From f7b7eeaa3ba1b9e07dc65d2ec59aca56a11574d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Charri=C3=A8re?= Date: Wed, 10 Nov 2021 06:03:25 +0000 Subject: [PATCH] Update doc/quickstart/index.md --- doc/quickstart/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quickstart/index.md b/doc/quickstart/index.md index c2b8363b2f..04f66641bd 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-...`. -- GitLab