Browse Source

Fix#12385 cilium typo (#12404)

Signed-off-by: wangsifei99 <wangsifei@kylinos.cn>
Co-authored-by: wangsifei99 <wangsifei@kylinos.cn>
pull/12427/head
k8s-infra-cherrypick-robot 2 months ago
committed by GitHub
parent
commit
e7cf546f37
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