[stable/graylog] Add root username to k8s secret (#22763)

* - Add graylog-root-user-name to secret.yaml

Signed-off-by: Mohamed Hazem <mhaz@hellofresh.com>

* - Bump chart version

Signed-off-by: Mohamed Hazem <mhaz@hellofresh.com>

* - Bump chart version

Signed-off-by: Mohamed Hazem <mhaz@hellofresh.com>
This commit is contained in:
Mohamed Hazem
2020-06-16 02:20:03 -07:00
committed by GitHub
parent 60ee3fe8be
commit 06d160b9b2
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: graylog
home: https://www.graylog.org
version: 1.6.7
version: 1.6.8
appVersion: 3.1
description: Graylog is the centralized log management solution built to open standards for capturing, storing, and enabling real-time analysis of terabytes of machine data.
keywords:
+1
View File
@@ -7,6 +7,7 @@ metadata:
{{ include "graylog.metadataLabels" . | indent 4 }}
type: Opaque
data:
graylog-root-username: {{ .Values.graylog.rootUsername | b64enc | quote }}
{{- if .Values.graylog.rootPassword }}
graylog-password-secret: {{ .Values.graylog.rootPassword | b64enc | quote }}
graylog-password-sha2: {{ .Values.graylog.rootPassword | sha256sum | b64enc | quote }}