Skip to content

Commit ba3979f

Browse files
committed
fix: move k8sServiceHost with kubeProxyReplacement
This value is only needed when kubeProxyReplacement is set. Its also there to force restart the Cilium Pods.
1 parent 2cf12e9 commit ba3979f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/cluster-api-runtime-extensions-nutanix/addons/cni/cilium/values-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ socketLB:
3333
envoy:
3434
image:
3535
useDigest: false
36-
k8sServiceHost: auto
3736
{{- with .ControlPlane }}
3837
{{- range $key, $val := .metadata.annotations }}
3938
{{- if eq $key "controlplane.cluster.x-k8s.io/skip-kube-proxy" }}
39+
k8sServiceHost: auto
4040
kubeProxyReplacement: true{{ break }}
4141
{{- end }}
4242
{{- end }}

0 commit comments

Comments
 (0)