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 55b4d3c commit 205471aCopy full SHA for 205471a
deployments/helm-chart/templates/controller-service.yaml
@@ -32,14 +32,12 @@ spec:
32
{{- end }}
33
34
type: {{ .Values.controller.service.type }}
35
- {{- if semverCompare ">=1.21.0-0" .Capabilities.KubeVersion.Version }}
36
{{- if .Values.controller.service.ipFamilyPolicy }}
37
ipFamilyPolicy: {{ .Values.controller.service.ipFamilyPolicy }}
38
39
{{- if .Values.controller.service.ipFamilies }}
40
ipFamilies: {{ .Values.controller.service.ipFamilies }}
41
42
- {{- end }}
43
ports:
44
{{- if .Values.controller.service.customPorts }}
45
{{ toYaml .Values.controller.service.customPorts | indent 2 }}
0 commit comments