mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
[release-2.28] Cilium: Pass cluster DNS to hubble.peerService in values.yaml.j2 (#12374)
* cilium: pass cluster DNS to hubble.peerService in values.yaml.j2 * Add dedicated Hubble variable defaulting to inventory cluster domain --------- Co-authored-by: Mustafa Mertcan CAM <mertcancam@gmail.com>
This commit is contained in:
committed by
GitHub
parent
22e9335484
commit
9a08afa3f9
@@ -83,6 +83,8 @@ ipMasqAgent:
|
||||
{% endif %}
|
||||
|
||||
hubble:
|
||||
peerService:
|
||||
clusterDomain: {{ cilium_hubble_peer_service_cluster_domain }}
|
||||
enabled: {{ cilium_enable_hubble | to_json }}
|
||||
relay:
|
||||
enabled: {{ cilium_enable_hubble | to_json }}
|
||||
|
||||
Reference in New Issue
Block a user