FIX Default ServiceAccount yaml

As described in issue #12432 (https://github.com/helm/helm/issues/12432) the default serviceaccount yaml will be created wrong. This commit will fix this.

Signed-off-by: Lars Zimmermann <info@zimmermann-lars.de>
(cherry picked from commit 828763e0d8)
release-3.13
Lars Zimmermann 1 year ago committed by Matthew Farina
parent 06e4fb10a6
commit bae7b3293c

@ -392,7 +392,7 @@ metadata:
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
{{- end }}
`

Loading…
Cancel
Save