Kim Hyunyoung, Abel
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
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) }} |