Skip to content

Commit

Permalink
fix 8893#issuecomment-1147154353 (#8933)
Browse files Browse the repository at this point in the history
Signed-off-by: mahjonp <junpeng.man@gmail.com>
  • Loading branch information
mahjonp authored Jun 6, 2022
1 parent 27bd7fd commit 8030e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/network_plugin/cilium/templates/cilium/ds.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8030e6f

Please sign in to comment.