diff --git a/doc/installation/deployment.md b/doc/installation/deployment.md index ce2061de52703ca603e9274922c89a081fdffe84..3e20c947f393da98c593d04371aa77c73c898950 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