diff --git a/doc/quickstart/index.md b/doc/quickstart/index.md index c2b8363b2fbec8d0f724a95cb4d282908f8e1535..04f66641bd9c7d55d1a65db0ca3d42413fc4d0d0 100644 --- a/doc/quickstart/index.md +++ b/doc/quickstart/index.md @@ -128,7 +128,7 @@ This is automatically generated at installation time, and stored in a Kubernetes Secret. Let's fetch that password from the secret, and decode it: ```shell -kubectl get secret gitlab-gitlab-initial-root-password -ojsonpath='{.data.password}' | base64 --decode ; echo +kubectl get secret gitlab-gitlab-initial-root-password --namespace gitlab -ojsonpath='{.data.password}' | base64 --decode ; echo ``` Yes, you read that right, that's `gitlab-gitlab-...`.