mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
Fix Kubeadm template format
Signed-off-by: dominic.qi <dominic.qi@jaco.live>
This commit is contained in:
@@ -391,7 +391,7 @@ nodeRegistration:
|
||||
node-labels: "{{ .NodeLabels }}"
|
||||
{{ if .InitSkipPhases -}}
|
||||
skipPhases:
|
||||
{{ range $phase := .InitSkipPhases -}}
|
||||
{{- range $phase := .InitSkipPhases }}
|
||||
- "{{ $phase }}"
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user