mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user