--- charts-original/templates/grafana/dashboards-1.14/node-cluster-rsrc-use.yaml +++ charts/templates/grafana/dashboards-1.14/node-cluster-rsrc-use.yaml @@ -8,7 +8,7 @@ apiVersion: v1 kind: ConfigMap metadata: - namespace: {{ template "kube-prometheus-stack.namespace" . }} + namespace: {{ .Values.grafana.defaultDashboards.namespace }} name: {{ printf "%s-%s" (include "kube-prometheus-stack.fullname" $) "node-cluster-rsrc-use" | trunc 63 | trimSuffix "-" }} annotations: {{ toYaml .Values.grafana.sidecar.dashboards.annotations | indent 4 }} @@ -961,4 +961,4 @@ "uid": "", "version": 0 } -{{- end }} \ No newline at end of file +{{- end }}