Add echo command in NOTES to get password

This commit is contained in:
Hossam Hammady 2020-10-12 10:45:26 +00:00
parent e858d11279
commit 40b1efa142
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@
Administrator credentials: Administrator credentials:
Password : $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "code-server.fullname" . }} -o jsonpath="{.data.password}" | base64 --decode) Password: echo $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "code-server.fullname" . }} -o jsonpath="{.data.password}" | base64 --decode)