We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890d16f commit 73afef0Copy full SHA for 73afef0
bootstrap/kubeadm/internal/cloudinit/files.go
@@ -30,7 +30,7 @@ write_files:{{ range . }}
30
permissions: '{{.Permissions}}'
31
{{ end -}}
32
{{ if .Append -}}
33
- append: true
+ append: {{ .Append }}
34
35
content: |
36
{{.Content | Indent 6}}
0 commit comments