Browse Source

fix 8893#issuecomment-1147154353 (#8933)

Signed-off-by: mahjonp <junpeng.man@gmail.com>
pull/8943/head
mahjonp 2 years ago
committed by GitHub
parent
commit
8030e6f76c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. 4
      roles/network_plugin/cilium/templates/cilium/ds.yml.j2

4
roles/network_plugin/cilium/templates/cilium/ds.yml.j2

@ -186,7 +186,7 @@ spec:
- mountPath: /tmp/cilium/config-map
name: cilium-config-path
readOnly: true
{% if not cilium_ip_masq_agent_enable %}
{% if cilium_ip_masq_agent_enable %}
- name: ip-masq-agent
mountPath: /etc/config
readOnly: true
@ -370,7 +370,7 @@ spec:
- configMap:
name: cilium-config
name: cilium-config-path
{% if not cilium_ip_masq_agent_enable %}
{% if cilium_ip_masq_agent_enable %}
- configMap:
name: ip-masq-agent
items:

Loading…
Cancel
Save