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 ab9e9ab commit 09a01d2Copy full SHA for 09a01d2
charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml
@@ -39,18 +39,11 @@ socketLB:
39
envoy:
40
image:
41
useDigest: false
42
-
43
{{- if .EnableKubeProxyReplacement }}
44
kubeProxyReplacement: true
45
{{- end }}
46
47
-{{- if eq $capiProvider "eks" }}
48
k8sServiceHost: "{{ trimPrefix .Cluster.Spec.ControlPlaneEndpoint.Host "https://" }}"
49
k8sServicePort: "{{ .Cluster.Spec.ControlPlaneEndpoint.Port }}"
50
-{{- else }}
51
-k8sServiceHost: auto
52
-{{- end }}
53
54
{{- if eq $capiProvider "eks" }}
55
enableIPv4Masquerade: false
56
eni:
0 commit comments