You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- password: {{ include "graylog.rootPassword" . | quote }}
12
+
{{- else -}}
13
+
{{ .Values.global.existingSecretName | quote | print " managed externally using the existing secret " }}.
14
+
{{- end }}
11
15
12
16
· The following workloads have been deployed to the cluster:
13
17
@@ -51,8 +55,8 @@ Welcome to Graylog!
51
55
· IMPORTANT: You are using {{ .Values.global.existingSecretName | quote }} as the global secret override. As a result, all Graylog and Mongo secrets are assumed to be managed externally and not by this Helm chart.
52
56
Accordingly, any of the following configuration values will be ignored:
53
57
54
-
- graylog.config.rootPassword
55
58
- graylog.config.rootUsername
59
+
- graylog.config.rootPassword
56
60
- graylog.config.secretPepper
57
61
- graylog.config.tls.keyPassword
58
62
{{- else if empty .Values.graylog.config.rootPassword }}
0 commit comments