fix 8893#issuecomment-1147154353 (#8933) (#8939)

Signed-off-by: mahjonp <junpeng.man@gmail.com>
This commit is contained in:
mahjonp 2022-06-08 00:18:56 +08:00 committed by GitHub
parent 1f65e6d3b5
commit dca5cde493
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: