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 033c5f4 + b77bc8a commit f2b8172Copy full SHA for f2b8172
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