mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
stable/graylog: use correct object path for existing root secret (#20784)
Signed-off-by: Hugo Cortes <contact@hugocortes.dev>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user