Skip to content

Commit

Permalink
FIX Default ServiceAccount yaml
Browse files Browse the repository at this point in the history
As described in issue #12432 (#12432) the default serviceaccount yaml will be created wrong. This commit will fix this. 

Signed-off-by: Lars Zimmermann <info@zimmermann-lars.de>
  • Loading branch information
larszi committed Sep 29, 2023
1 parent 4a5e26b commit 828763e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/chartutil/create.go
Expand Up @@ -392,7 +392,7 @@ metadata:
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
{{- end }}
`

Expand Down

0 comments on commit 828763e

Please sign in to comment.