Skip to content
Snippets Groups Projects
Unverified Commit 3646dc0b authored by Rene Luria's avatar Rene Luria Committed by GitHub
Browse files

fix: remove trailing backslash and yaml indent (#9339)

* fix: remove trailing backslash

* fixed indent in cilium config template
parent 694de1d6
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ spec: ...@@ -167,7 +167,7 @@ spec:
- name: cilium-config-path - name: cilium-config-path
mountPath: /tmp/cilium/config-map mountPath: /tmp/cilium/config-map
readOnly: true readOnly: true
{% if 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment