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 Oct 31, 2022
1 parent bbd2af9 commit c352ff8
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 c352ff8

Please sign in to comment.