mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
fix(cilium):correct loadBalancer.mode rendering in values.yaml (#12701)
This commit is contained in:
@@ -27,7 +27,7 @@ identityAllocationMode: {{ cilium_identity_allocation_mode }}
|
|||||||
|
|
||||||
tunnelProtocol: {{ cilium_tunnel_mode }}
|
tunnelProtocol: {{ cilium_tunnel_mode }}
|
||||||
|
|
||||||
loadbalancer:
|
loadBalancer:
|
||||||
mode: {{ cilium_loadbalancer_mode }}
|
mode: {{ cilium_loadbalancer_mode }}
|
||||||
|
|
||||||
kubeProxyReplacement: {{ cilium_kube_proxy_replacement | to_json }}
|
kubeProxyReplacement: {{ cilium_kube_proxy_replacement | to_json }}
|
||||||
|
|||||||
Reference in New Issue
Block a user