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.
2 parents e4b5207 + 73afef0 commit b54ecbaCopy full SHA for b54ecba
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