Skip to content

Commit

Permalink
fix(base-cluster/monitoring): 🤦 (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Jul 5, 2024
1 parent 49c905c commit 20f57c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ dashboards:
{{- $grafanaIni := .Values.monitoring.grafana.config | default (dict) }}
{{- if and .Values.ingress.enabled .Values.monitoring.grafana.ingress.enabled .Values.certManager.email (or .Values.global.baseDomain .Values.monitoring.grafana.ingress.customDomain) }}
{{- $grafanaIni = mustMerge $grafanaIni (include "base-cluster.prometheus-stack.grafana.ini.ingress" (dict "context" $) | fromYaml) }}
{{- if .Values.global.authentication }}
{{- if .Values.global.authentication.config }}
{{- $grafanaIni = mustMerge $grafanaIni (include "base-cluster.prometheus-stack.grafana.ini.oauth" (dict "context" $) | fromYaml) }}
envValueFrom:
OIDC_CLIENT_SECRET:
Expand Down

0 comments on commit 20f57c1

Please sign in to comment.