提交 ccbaa480 编写于 作者: J Joshua Lambert

Simplify the decode secret step

上级 7576be97
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册