Skip to content

Commit

Permalink
Merge pull request #2243 from ElijahQuinones/tpl
Browse files Browse the repository at this point in the history
Add tpl to serviceAccount annotations
  • Loading branch information
k8s-ci-robot authored Nov 26, 2024
2 parents 50f6b2e + ce3b112 commit d50f3da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
{{- include "aws-ebs-csi-driver.labels" . | nindent 4 }}
{{- with .Values.controller.serviceAccount.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
{{- if .Values.controller.serviceAccount.automountServiceAccountToken }}
automountServiceAccountToken: {{ .Values.controller.serviceAccount.automountServiceAccountToken }}
Expand Down

0 comments on commit d50f3da

Please sign in to comment.