fix: remove trailing backslash and yaml indent (#9339)
* fix: remove trailing backslash * fixed indent in cilium config templatepull/9342/head
parent
694de1d67b
commit
3646dc0bd2
|
@ -167,7 +167,7 @@ spec:
|
|||
- name: cilium-config-path
|
||||
mountPath: /tmp/cilium/config-map
|
||||
readOnly: true
|
||||
{% if cilium_ip_masq_agent_enable %}\
|
||||
{% if cilium_ip_masq_agent_enable %}
|
||||
- name: ip-masq-agent
|
||||
mountPath: /etc/config
|
||||
readOnly: true
|
||||
|
|
Loading…
Reference in New Issue