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

* fix: remove trailing backslash

* fixed indent in cilium config template
pull/9342/head
Rene Luria 2022-09-28 04:45:35 +02:00 committed by GitHub
parent 694de1d67b
commit 3646dc0bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

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