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 5d9e777 commit b77bc8aCopy full SHA for b77bc8a
bootstrap/kubeadm/internal/cloudinit/ntp.go
@@ -21,7 +21,7 @@ const (
21
{{- if . }}
22
ntp:
23
{{ if .Enabled -}}
24
- enabled: true
+ enabled: {{ .Enabled }}
25
{{ end -}}
26
servers:{{ range .Servers }}
27
- {{ . }}
bootstrap/kubeadm/internal/cloudinit/users.go
@@ -34,7 +34,7 @@ users:{{ range . }}
34
homedir: {{ .HomeDir }}
35
{{- end -}}
36
{{- if .Inactive }}
37
- inactive: true
+ inactive: {{ .Inactive }}
38
39
{{- if .LockPassword }}
40
lock_passwd: {{ .LockPassword }}
0 commit comments