[stable/prometheus-operator] add missing Grafana Annotations to k8s-coredns dashboard (#23353)

* [stable/prometheus-operator] add missing grafana.sidecar.dashboards.annotations to k8s-coredns dashboard

Signed-off-by: Sören Jentzsch <me@sjentzsch.de>

* [stable/prometheus-operator] increase version of chart

Signed-off-by: Sören Jentzsch <me@sjentzsch.de>
This commit is contained in:
Sören Jentzsch
2020-08-04 13:28:21 -07:00
committed by GitHub
parent d68781eda4
commit 0bf62e2402
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ sources:
- https://github.com/coreos/kube-prometheus
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 9.3.0
version: 9.3.1
appVersion: 0.38.1
tillerVersion: ">=2.12.0"
home: https://github.com/coreos/prometheus-operator
@@ -6,6 +6,8 @@ kind: ConfigMap
metadata:
namespace: {{ template "prometheus-operator.namespace" . }}
name: {{ printf "%s-%s" (include "prometheus-operator.fullname" $) "k8s-coredns" | trunc 63 | trimSuffix "-" }}
annotations:
{{ toYaml .Values.grafana.sidecar.dashboards.annotations | indent 4 }}
labels:
{{- if $.Values.grafana.sidecar.dashboards.label }}
{{ $.Values.grafana.sidecar.dashboards.label }}: "1"