diff --git a/charts/prometheus-stackdriver-exporter/templates/deployment.yaml b/charts/prometheus-stackdriver-exporter/templates/deployment.yaml index dac7f14014d1..41270afa3f8d 100644 --- a/charts/prometheus-stackdriver-exporter/templates/deployment.yaml +++ b/charts/prometheus-stackdriver-exporter/templates/deployment.yaml @@ -4,8 +4,10 @@ metadata: name: {{ template "stackdriver-exporter.fullname" . }} labels: {{- include "stackdriver-exporter.labels" . | indent 4 }} + {{- with .Values.annotations }} annotations: - {{ toYaml .Values.annotations | indent 4 }} + {{- toYaml .Values.annotations | indent 6 }} + {{- end }} spec: replicas: {{ .Values.replicaCount }} selector: