Skip to content

Commit 40b1efa

Browse files
committed
Add echo command in NOTES to get password
1 parent e858d11 commit 40b1efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/code-server/templates/NOTES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
Administrator credentials:
2424

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

0 commit comments

Comments
 (0)