Skip to content

Commit 5d9577f

Browse files
committed
fix indentation for bind-address flag
1 parent b12b9c2 commit 5d9577f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cluster/internal/kubeadm/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ controllerManager:
513513
- name: "enable-hostpath-provisioner"
514514
value: "true"
515515
# configure ipv6 default addresses for IPv6 clusters
516-
{{ if .IPv6 -}}
516+
{{ if .IPv6 }}
517517
- name: "bind-address"
518518
value: "::"
519519
{{- end }}
@@ -524,7 +524,7 @@ scheduler:
524524
value: "{{ .FeatureGatesString }}"
525525
{{- end }}
526526
# configure ipv6 default addresses for IPv6 clusters
527-
{{ if .IPv6 -}}
527+
{{ if .IPv6 }}
528528
- name: "bind-address"
529529
value: "::"
530530
{{- end }}

0 commit comments

Comments
 (0)