Browse Source

fix: add cilium extraConfig values (#12335)

pull/12340/head
Kim Hyunyoung, Abel 3 months ago
committed by GitHub
parent
commit
8cc5897d5c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions
  1. 3
      roles/network_plugin/cilium/templates/values.yaml.j2

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

@ -162,3 +162,6 @@ envoy:
image: image:
repositry: {{ cilium_hubble_envoy_image_repo }} repositry: {{ cilium_hubble_envoy_image_repo }}
tag: {{ cilium_hubble_envoy_image_tag }} tag: {{ cilium_hubble_envoy_image_tag }}
extraConfig:
{{ cilium_config_extra_vars | to_yaml | indent(2) }}
Loading…
Cancel
Save