We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25aceff commit 91041e7Copy full SHA for 91041e7
templates/NOTES.txt
@@ -41,7 +41,7 @@ Ingress is enabled. You may access following endpoints:
41
42
2. Login with the following credentials:
43
username: {{ .Values.st2.username }}
44
-password: {{ .Values.st2.password }}
+password: {{ with lookup "v1" "Secret" .Release.Namespace (print .Release.Name "-st2-auth") }}{{ index . "data" "password" }}{{ end }}
45
46
3. Use st2 CLI:
47
export ST2CLIENT=$(kubectl get --namespace {{ .Release.Namespace }} pod -l app=st2client,release={{ .Release.Name }} -o jsonpath="{.items[0].metadata.name}")
0 commit comments