Skip to content
Snippets Groups Projects
Unverified Commit 8030e6f7 authored by mahjonp's avatar mahjonp Committed by GitHub
Browse files

fix 8893#issuecomment-1147154353 (#8933)


Signed-off-by: default avatarmahjonp <junpeng.man@gmail.com>
parent 27bd7fd7
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ spec: ...@@ -186,7 +186,7 @@ spec:
- mountPath: /tmp/cilium/config-map - mountPath: /tmp/cilium/config-map
name: cilium-config-path name: cilium-config-path
readOnly: true readOnly: true
{% if not cilium_ip_masq_agent_enable %} {% if cilium_ip_masq_agent_enable %}
- name: ip-masq-agent - name: ip-masq-agent
mountPath: /etc/config mountPath: /etc/config
readOnly: true readOnly: true
...@@ -370,7 +370,7 @@ spec: ...@@ -370,7 +370,7 @@ spec:
- configMap: - configMap:
name: cilium-config name: cilium-config
name: cilium-config-path name: cilium-config-path
{% if not cilium_ip_masq_agent_enable %} {% if cilium_ip_masq_agent_enable %}
- configMap: - configMap:
name: ip-masq-agent name: ip-masq-agent
items: items:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment