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 02cd960 commit 1661ed9Copy full SHA for 1661ed9
chart/openfaas/templates/NOTES.txt
@@ -8,3 +8,9 @@ To retrieve the admin password, run:
8
9
echo $(kubectl -n {{ .Release.Namespace }} get secret basic-auth -o jsonpath="{.data.basic-auth-password}" | base64 --decode)
10
{{- 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