diff --git a/helm/aws-load-balancer-controller/templates/serviceaccount.yaml b/helm/aws-load-balancer-controller/templates/serviceaccount.yaml index f4cfcac691..eb71e087ef 100644 --- a/helm/aws-load-balancer-controller/templates/serviceaccount.yaml +++ b/helm/aws-load-balancer-controller/templates/serviceaccount.yaml @@ -8,7 +8,7 @@ metadata: {{- include "aws-load-balancer-controller.labels" . | nindent 4 }} {{- with .Values.serviceAccount.annotations }} annotations: - {{- toYaml . | nindent 4 }} + {{- tpl (toYaml .) $ | nindent 4 }} {{- end }} automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }} {{- with .Values.serviceAccount.imagePullSecrets }}