Skip to content

Commit

Permalink
[stable/graylog] Add root username to k8s secret (helm#22763)
Browse files Browse the repository at this point in the history
* - 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>
  • Loading branch information
CVirus authored Jun 16, 2020
1 parent 60ee3fe commit 06d160b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/graylog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions stable/graylog/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 06d160b

Please sign in to comment.