Skip to content

Commit

Permalink
fix: allow templated values in podAnnotations
Browse files Browse the repository at this point in the history
  • Loading branch information
roulettedares committed Sep 22, 2021
1 parent fe53a2a commit b6a87a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b6a87a5

Please sign in to comment.