We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9436a76 commit f9547b6Copy full SHA for f9547b6
deployments/helm-chart/templates/controller-service.yaml
@@ -20,7 +20,7 @@ spec:
20
{{- end }}
21
22
{{- if eq .Values.controller.service.type "LoadBalancer" }}
23
- {{- if and (semverCompare ">=1.22.0-0" .Capabilities.KubeVersion.Version) (.Values.controller.service.allocateLoadBalancerNodePorts) }}
+ {{- if hasKey .Values.controller.service "allocateLoadBalancerNodePorts" }}
24
allocateLoadBalancerNodePorts: {{ .Values.controller.service.allocateLoadBalancerNodePorts }}
25
26
{{- if .Values.controller.service.loadBalancerIP }}
0 commit comments