Skip to content

Commit 828763e

Browse files
authored
FIX Default ServiceAccount yaml
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>
1 parent 4a5e26b commit 828763e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/chartutil/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ metadata:
392392
annotations:
393393
{{- toYaml . | nindent 4 }}
394394
{{- end }}
395-
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
395+
automountServiceAccountToken: {{ .Values.serviceAccount.automount }}
396396
{{- end }}
397397
`
398398

0 commit comments

Comments
 (0)