Skip to content

Commit 73afef0

Browse files
committed
Fix rendering of .Append = false in CABPK
Signed-off-by: Stefan Büringer buringerst@vmware.com
1 parent 890d16f commit 73afef0

File tree

1 file changed

+1
-1
lines changed
  • bootstrap/kubeadm/internal/cloudinit

1 file changed

+1
-1
lines changed

bootstrap/kubeadm/internal/cloudinit/files.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ write_files:{{ range . }}
3030
permissions: '{{.Permissions}}'
3131
{{ end -}}
3232
{{ if .Append -}}
33-
append: true
33+
append: {{ .Append }}
3434
{{ end -}}
3535
content: |
3636
{{.Content | Indent 6}}

0 commit comments

Comments
 (0)