From c352ff80f3cd400938e4168d057c8d613ec22272 Mon Sep 17 00:00:00 2001 From: joshuasimon-taulia Date: Wed, 22 Sep 2021 12:30:43 -0700 Subject: [PATCH] fix: allow templated values in podAnnotations --- helm/charts/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}