We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295d2e0 commit 595d1b5Copy full SHA for 595d1b5
helm/aws-load-balancer-controller/templates/serviceaccount.yaml
@@ -8,7 +8,7 @@ metadata:
8
{{- include "aws-load-balancer-controller.labels" . | nindent 4 }}
9
{{- with .Values.serviceAccount.annotations }}
10
annotations:
11
- {{- toYaml . | nindent 4 }}
+ {{- tpl (toYaml .) $ | nindent 4 }}
12
{{- end }}
13
automountServiceAccountToken: {{ .Values.serviceAccount.automountServiceAccountToken }}
14
{{- with .Values.serviceAccount.imagePullSecrets }}
0 commit comments