Skip to content

Commit 9519179

Browse files
monraxwilliamtrelawny
authored andcommitted
Update NOTES.txt
1 parent d63f032 commit 9519179

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

graylog/templates/NOTES.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ Welcome to Graylog!
44

55
· You are running Graylog version {{ include "graylog.imageTag" . | quote | trimAll "\"" }}
66

7-
· Your credentials are:
7+
· Your credentials are
8+
{{- if empty .Values.global.existingSecretName }}:
89

910
- username: {{ .Values.graylog.config.rootUsername | quote }}
10-
- password: {{ empty .Values.global.existingSecretName | ternary (include "graylog.rootPassword" . | quote) "[managed externally]" }}
11+
- password: {{ include "graylog.rootPassword" . | quote }}
12+
{{- else -}}
13+
{{ .Values.global.existingSecretName | quote | print " managed externally using the existing secret " }}.
14+
{{- end }}
1115

1216
· The following workloads have been deployed to the cluster:
1317

@@ -51,8 +55,8 @@ Welcome to Graylog!
5155
· 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.
5256
Accordingly, any of the following configuration values will be ignored:
5357

54-
- graylog.config.rootPassword
5558
- graylog.config.rootUsername
59+
- graylog.config.rootPassword
5660
- graylog.config.secretPepper
5761
- graylog.config.tls.keyPassword
5862
{{- else if empty .Values.graylog.config.rootPassword }}

0 commit comments

Comments
 (0)