diff --git a/charts/yet-another-cloudwatch-exporter/templates/deployment.yaml b/charts/yet-another-cloudwatch-exporter/templates/deployment.yaml index 8718828..1b03555 100644 --- a/charts/yet-another-cloudwatch-exporter/templates/deployment.yaml +++ b/charts/yet-another-cloudwatch-exporter/templates/deployment.yaml @@ -5,6 +5,10 @@ metadata: namespace: {{ .Release.Namespace }} labels: {{- include "yet-another-cloudwatch-exporter.labels" . | nindent 4 }} + annotations: + {{- with .Values.podAnnotations }} + {{- toYaml . | nindent 4 }} + {{- end }} spec: replicas: {{ .Values.replicaCount }} selector: