Skip to content

Commit 20f57c1

Browse files
authored
fix(base-cluster/monitoring): 🤦 (#1026)
1 parent 49c905c commit 20f57c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎charts/base-cluster/templates/monitoring/kube-prometheus-stack/_grafana-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ dashboards:
173173
{{- $grafanaIni := .Values.monitoring.grafana.config | default (dict) }}
174174
{{- if and .Values.ingress.enabled .Values.monitoring.grafana.ingress.enabled .Values.certManager.email (or .Values.global.baseDomain .Values.monitoring.grafana.ingress.customDomain) }}
175175
{{- $grafanaIni = mustMerge $grafanaIni (include "base-cluster.prometheus-stack.grafana.ini.ingress" (dict "context" $) | fromYaml) }}
176-
{{- if .Values.global.authentication }}
176+
{{- if .Values.global.authentication.config }}
177177
{{- $grafanaIni = mustMerge $grafanaIni (include "base-cluster.prometheus-stack.grafana.ini.oauth" (dict "context" $) | fromYaml) }}
178178
envValueFrom:
179179
OIDC_CLIENT_SECRET:

0 commit comments

Comments
 (0)