mirror of
https://github.com/wahyd4/helm-charts.git
synced 2026-08-09 04:26:02 +10:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user