mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-24 00:57:51 -02:30
fix: remove trailing backslash and yaml indent (#9339)
* fix: remove trailing backslash * fixed indent in cilium config template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user