diff --git a/README.md b/README.md index aac0c8d..38a73cf 100644 --- a/README.md +++ b/README.md @@ -145,5 +145,5 @@ kubectl -n cattle-system rollout status deploy/rancher ## Rancher temporary password ```bash -kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{.data.bootstrapPassword|base64decode}}{{ "\n" }}' +kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{{.data.bootstrapPassword|base64decode}}{{ "\n" }}' ```