Skip to content

Commit

Permalink
fix grafana enabled bool on sts (#3564)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegoodier authored Jul 30, 2024
1 parent d18cd2b commit c9bfb32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cost-analyzer/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,10 @@ Begin Kubecost 2.0 templates
value: {{ .Values.kubecostAggregator.dbTrimMemoryOnClose | quote }}
- name: KUBECOST_NAMESPACE
value: {{ .Release.Namespace }}
{{- if .Values.global.grafana }}
- name: GRAFANA_ENABLED
value: "{{ template "cost-analyzer.grafanaEnabled" . }}"
{{- end}}
{{- if .Values.oidc.enabled }}
- name: OIDC_ENABLED
value: "true"
Expand Down

0 comments on commit c9bfb32

Please sign in to comment.