diff options
author | Joshua Lambert <joshua@gitlab.com> | 2018-06-22 09:26:28 -0400 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2018-06-22 09:26:28 -0400 |
commit | ccbaa480e3affaa7bc55ec48cf46181043afbc9c (patch) | |
tree | 14efc757ce90d90dbb7f0672ef0eb451acde0881 /doc/install/kubernetes | |
parent | 7576be97268689d8850c8f9d2353b509bfbbd0bf (diff) | |
download | gitlab-ce-ccbaa480e3affaa7bc55ec48cf46181043afbc9c.tar.gz |
Simplify the decode secret stepjl-helm-polish-docs
Diffstat (limited to 'doc/install/kubernetes')
-rw-r--r-- | doc/install/kubernetes/gitlab_chart.md | 12 |
1 files changed, 1 insertions, 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 `<name>` 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 <name>-gitlab-initial-root-password -ojsonpath={.data.password} | base64 -D -``` - -Linux: - ``` -kubectl get secret <name>-gitlab-initial-root-password -ojsonpath={.data.password} | base64 -d +kubectl get secret <name>-gitlab-initial-root-password -ojsonpath={.data.password} | base64 --decode ``` ## Outgoing email |