[stable/prometheus-operator] fix annotations typo (#18739)

Signed-off-by: Damian Myerscough <Damian.Myerscough@gmail.com>
This commit is contained in:
Damian Myerscough
2019-11-08 12:38:52 -08:00
committed by Kubernetes Prow Robot
parent 0334204b6f
commit e6a8e4246c
2 changed files with 2 additions and 2 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: 8.1.4
version: 8.1.5
appVersion: 0.34.0
tillerVersion: ">=2.12.0"
home: https://github.com/coreos/prometheus-operator
@@ -6,7 +6,7 @@ metadata:
namespace: {{ $.Release.Namespace }}
{{- if .Values.grafana.sidecar.datasources.annotations }}
annotations:
{{ toYaml .Values.alertmanager.secret.annotations | indent 4 }}
{{ toYaml .Values.grafana.sidecar.datasources.annotations | indent 4 }}
{{- end }}
labels:
{{ $.Values.grafana.sidecar.datasources.label }}: "1"