mirror of https://git.rancher.io/charts
12 lines
584 B
Diff
12 lines
584 B
Diff
--- charts-original/templates/grafana/configmaps-datasources.yaml
|
|
+++ charts/templates/grafana/configmaps-datasources.yaml
|
|
@@ -3,7 +3,7 @@
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ template "kube-prometheus-stack.fullname" . }}-grafana-datasource
|
|
- namespace: {{ template "kube-prometheus-stack.namespace" . }}
|
|
+ namespace: {{ default .Values.grafana.sidecar.datasources.searchNamespace (include "kube-prometheus-stack.namespace" .) }}
|
|
{{- if .Values.grafana.sidecar.datasources.annotations }}
|
|
annotations:
|
|
{{ toYaml .Values.grafana.sidecar.datasources.annotations | indent 4 }}
|