mirror of
https://github.com/cdr/code-server.git
synced 2026-01-20 23:23:55 +01:00
Add echo command in NOTES to get password
This commit is contained in:
parent
e858d11279
commit
40b1efa142
1 changed files with 1 additions and 1 deletions
|
|
@ -22,4 +22,4 @@
|
|||
|
||||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue