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

FIX Default ServiceAccount yaml
pull/12472/head
Matt Farina 2 years 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: annotations:
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}
{{- end }} {{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }} automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
{{- end }} {{- end }}
` `

Loading…
Cancel
Save