mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-08-03 03:20:00 -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
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user