summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2018-06-22 09:26:28 -0400
committerJoshua Lambert <joshua@gitlab.com>2018-06-22 09:26:28 -0400
commitccbaa480e3affaa7bc55ec48cf46181043afbc9c (patch)
tree14efc757ce90d90dbb7f0672ef0eb451acde0881
parent7576be97268689d8850c8f9d2353b509bfbbd0bf (diff)
downloadgitlab-ce-jl-helm-polish-docs.tar.gz
Simplify the decode secret stepjl-helm-polish-docs
-rw-r--r--doc/install/kubernetes/gitlab_chart.md12
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