Merge pull request #12433 from larszi/fix-12432-helm-create-serviceaccount

FIX Default ServiceAccount yaml
pull/12472/head
Matt Farina 9 months ago committed by GitHub
commit 1b260d0a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save