Skip to content

Commit

Permalink
Merge pull request #10 from ikeeip/fix_install_with_pod_subnet
Browse files Browse the repository at this point in the history
Fix kube-controller-manager template error when networking.podSubnet is set in values
  • Loading branch information
kvaps committed Nov 30, 2021
2 parents 14f74d9 + 0ee1d06 commit d4fc3bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- --tls-private-key-file=/pki/controller-manager-server/tls.key
- --service-cluster-ip-range={{ .Values.networking.serviceSubnet }}
{{ with .Values.networking.podSubnet }}
--allocate-node-cidrs=true
- --allocate-node-cidrs=true
- --cluster-cidr={{ . }}
{{- end }}
{{- range $key, $value := .Values.controllerManager.extraArgs }}
Expand Down

0 comments on commit d4fc3bc

Please sign in to comment.