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>
(cherry picked from commit 828763e)
  • Loading branch information
larszi authored and mattfarina committed Oct 12, 2023
1 parent 06e4fb1 commit bae7b32
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 bae7b32

Please sign in to comment.