mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Fix#12385 cilium typo (#12404)
Signed-off-by: wangsifei99 <wangsifei@kylinos.cn> Co-authored-by: wangsifei99 <wangsifei@kylinos.cn>
This commit is contained in:
committed by
GitHub
parent
a59585b6dc
commit
e7cf546f37
@@ -157,12 +157,12 @@ hostFirewall:
|
|||||||
|
|
||||||
certgen:
|
certgen:
|
||||||
image:
|
image:
|
||||||
repositry: {{ cilium_hubble_certgen_image_repo }}
|
repository: {{ cilium_hubble_certgen_image_repo }}
|
||||||
tag: {{ cilium_hubble_certgen_image_tag }}
|
tag: {{ cilium_hubble_certgen_image_tag }}
|
||||||
|
|
||||||
envoy:
|
envoy:
|
||||||
image:
|
image:
|
||||||
repositry: {{ cilium_hubble_envoy_image_repo }}
|
repository: {{ cilium_hubble_envoy_image_repo }}
|
||||||
tag: {{ cilium_hubble_envoy_image_tag }}
|
tag: {{ cilium_hubble_envoy_image_tag }}
|
||||||
|
|
||||||
extraConfig:
|
extraConfig:
|
||||||
|
|||||||
Reference in New Issue
Block a user