Browse Source

Fix#12385 cilium typo (#12393)

Signed-off-by: wangsifei99 <wangsifei@kylinos.cn>
pull/12398/head
wangsifei99 2 months ago
committed by GitHub
parent
commit
263e8b24cf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. 4
      roles/network_plugin/cilium/templates/values.yaml.j2

4
roles/network_plugin/cilium/templates/values.yaml.j2

@ -157,12 +157,12 @@ hostFirewall:
certgen:
image:
repositry: {{ cilium_hubble_certgen_image_repo }}
repository: {{ cilium_hubble_certgen_image_repo }}
tag: {{ cilium_hubble_certgen_image_tag }}
envoy:
image:
repositry: {{ cilium_hubble_envoy_image_repo }}
repository: {{ cilium_hubble_envoy_image_repo }}
tag: {{ cilium_hubble_envoy_image_tag }}
extraConfig:

Loading…
Cancel
Save