diff --git a/helm/charts/templates/deployment.yaml b/helm/charts/templates/deployment.yaml index a5e4c62ab5..0e0ed4098c 100644 --- a/helm/charts/templates/deployment.yaml +++ b/helm/charts/templates/deployment.yaml @@ -28,7 +28,7 @@ spec: {{- end }} {{- if .Values.podAnnotations }} annotations: -{{ toYaml .Values.podAnnotations | indent 8 }} +{{ tpl (toYaml .Values.podAnnotations) $ | indent 8 }} {{- end }} spec: {{- if .Values.serviceAccount.enabled }}