stable/graylog: use correct object path for existing root secret (#20784)

Signed-off-by: Hugo Cortes <contact@hugocortes.dev>
This commit is contained in:
Hugo Cortes
2020-02-16 20:07:28 -08:00
committed by GitHub
parent 2fbc8a5cec
commit 4c0bf6a256
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: graylog
home: https://www.graylog.org
version: 1.5.6
version: 1.5.7
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 -1
View File
@@ -27,7 +27,7 @@ spec:
- name: GRAYLOG_PASSWORD_SECRET
valueFrom:
secretKeyRef:
name: {{ .Values.existingRootSecret | default (include "graylog.fullname" .) }}
name: {{ .Values.graylog.existingRootSecret | default (include "graylog.fullname" .) }}
key: graylog-password-secret
volumeMounts:
+2 -2
View File
@@ -95,12 +95,12 @@ spec:
- name: GRAYLOG_PASSWORD_SECRET
valueFrom:
secretKeyRef:
name: {{ .Values.existingRootSecret | default (include "graylog.fullname" .) }}
name: {{ .Values.graylog.existingRootSecret | default (include "graylog.fullname" .) }}
key: graylog-password-secret
- name: GRAYLOG_ROOT_PASSWORD_SHA2
valueFrom:
secretKeyRef:
name: {{ .Values.existingRootSecret | default (include "graylog.fullname" .) }}
name: {{ .Values.graylog.existingRootSecret | default (include "graylog.fullname" .) }}
key: graylog-password-sha2
{{- range $key, $value := .Values.graylog.env }}
- name: {{ $key }}