From afad2cd03a1a8da78ea0c55c038546beb6d1137a Mon Sep 17 00:00:00 2001 From: "ji.zhou" Date: Mon, 15 Oct 2018 00:57:34 +0800 Subject: [PATCH] Add quotes around the parameter --- doc/installation/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation/deployment.md b/doc/installation/deployment.md index ce2061de52..3e20c947f3 100644 --- a/doc/installation/deployment.md +++ b/doc/installation/deployment.md @@ -205,7 +205,7 @@ following command (replace `` by name of the release - which is `gitlab` if you used the command above). ``` -kubectl get secret -gitlab-initial-root-password -ojsonpath={.data.password} | base64 --decode ; echo +kubectl get secret -gitlab-initial-root-password -ojsonpath='{.data.password}' | base64 --decode ; echo ``` [secret-gl-certs]: secrets.md#gitlab-certificates -- GitLab