Skip to content

Commit

Permalink
Merge pull request #3693 from dominicqi/fix_kubeadm_yaml_format
Browse files Browse the repository at this point in the history
Fix Kubeadm template format
  • Loading branch information
k8s-ci-robot authored Jul 25, 2024
2 parents 3533ccc + f96632a commit 10b457c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/internal/kubeadm/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ nodeRegistration:
node-labels: "{{ .NodeLabels }}"
{{ if .InitSkipPhases -}}
skipPhases:
{{ range $phase := .InitSkipPhases -}}
{{- range $phase := .InitSkipPhases }}
- "{{ $phase }}"
{{- end }}
{{- end }}
Expand Down

0 comments on commit 10b457c

Please sign in to comment.