We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37347e commit 7685758Copy full SHA for 7685758
charts/dso-grafana/templates/grafana.yaml
@@ -135,6 +135,16 @@ spec:
135
server:
136
root_url: {{ printf "https://%s/%s/" $.Values.server.url .name }}
137
serve_from_sub_path: "true"
138
+ {{- if $.Values.grafana.env }}
139
+ deployment:
140
+ spec:
141
+ template:
142
143
+ containers:
144
+ - name: grafana
145
+ env:
146
+ {{- toYaml $.Values.grafana.env | nindent 14 }}
147
+ {{- end }}
148
{{- if not $.Values.grafana.isOpenShift }}
149
ingress:
150
{{- if $.Values.server.certManager.enabled }}
0 commit comments