File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,10 @@ initContainers:
230
230
- name: SKIP_TLS_VERIFY
231
231
value: "{ { . } }"
232
232
{ {- end } }
233
+ { {- if .Values.sidecar.datasources.script } }
234
+ - name: SCRIPT
235
+ value: "{ { .Values.sidecar.datasources.script } }"
236
+ { {- end } }
233
237
{ {- with .Values.sidecar.resources } }
234
238
resources:
235
239
{ {- toYaml . | nindent 6 } }
@@ -241,6 +245,9 @@ initContainers:
241
245
volumeMounts:
242
246
- name: sc-datasources-volume
243
247
mountPath: "/etc/grafana/provisioning/datasources"
248
+ { {- with .Values.sidecar.datasources.extraMounts } }
249
+ { {- toYaml . | trim | nindent 6 } }
250
+ { {- end } }
244
251
{ {- end } }
245
252
{ {- if and .Values.sidecar.notifiers.enabled .Values.sidecar.notifiers.initNotifiers } }
246
253
- name: { { include " grafana.name" . } }-init-sc-notifiers
You can’t perform that action at this time.
0 commit comments