summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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