From ccbaa480e3affaa7bc55ec48cf46181043afbc9c Mon Sep 17 00:00:00 2001 From: Joshua Lambert Date: Fri, 22 Jun 2018 09:26:28 -0400 Subject: Simplify the decode secret step --- doc/install/kubernetes/gitlab_chart.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md index 3b79b1544b0..9d4d9b3d245 100644 --- a/doc/install/kubernetes/gitlab_chart.md +++ b/doc/install/kubernetes/gitlab_chart.md @@ -89,18 +89,8 @@ created a random password for `root` user. This can be extracted by the following command (replace `` by name of the release - which is `gitlab` if you used the command above). -> **Note**: On some versions of Kubernetes a `%` will appear at the end of the password, do not include it. - -Mac OS: - -``` -kubectl get secret -gitlab-initial-root-password -ojsonpath={.data.password} | base64 -D -``` - -Linux: - ``` -kubectl get secret -gitlab-initial-root-password -ojsonpath={.data.password} | base64 -d +kubectl get secret -gitlab-initial-root-password -ojsonpath={.data.password} | base64 --decode ``` ## Outgoing email -- cgit v1.2.1