Skip to content

Commit 1661ed9

Browse files
weltekialexellis
authored andcommitted
Add dashboard warning message in openfaas chart notes
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 02cd960 commit 1661ed9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

chart/openfaas/templates/NOTES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ To retrieve the admin password, run:
88

99
echo $(kubectl -n {{ .Release.Namespace }} get secret basic-auth -o jsonpath="{.data.basic-auth-password}" | base64 --decode)
1010
{{- end }}
11+
12+
{{- if and .Values.dashboard.enabled (not .Values.dashboard.signingKeySecret) }}
13+
14+
Warning: The dashboard is using auto generated signing keys.
15+
These should only be used for development. See: https://docs.openfaas.com/openfaas-pro/dashboard/
16+
{{- end}}

0 commit comments

Comments
 (0)