Skip to content

Commit

Permalink
Merge pull request #2861 from BenTheElder/templatetidy
Browse files Browse the repository at this point in the history
simplify template
  • Loading branch information
k8s-ci-robot authored Aug 5, 2022
2 parents 29b5b24 + 13175b0 commit 3ad5fe9
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 @@ -539,7 +539,7 @@ evictionHard:
{{ range $key := .SortedFeatureGateKeys }}
"{{ $key }}": {{ index $.FeatureGates $key }}
{{end}}{{end}}
localStorageCapacityIsolation: {{if .DisableLocalStorageCapacityIsolation}}false{{else}}true{{end}}
{{if .DisableLocalStorageCapacityIsolation}}localStorageCapacityIsolation: false{{end}}
{{if ne .KubeProxyMode "None"}}
---
apiVersion: kubeproxy.config.k8s.io/v1alpha1
Expand Down

0 comments on commit 3ad5fe9

Please sign in to comment.