mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
Fix indentation in cilium-ds.yml template (#5305)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
feac802456
commit
8a406be48a
@@ -119,9 +119,9 @@ spec:
|
|||||||
name: docker-socket
|
name: docker-socket
|
||||||
readOnly: true
|
readOnly: true
|
||||||
{% else %}
|
{% else %}
|
||||||
- name: "{{ container_manager }}-socket"
|
- name: "{{ container_manager }}-socket"
|
||||||
mountPath: {{ cri_socket }}
|
mountPath: {{ cri_socket }}
|
||||||
readOnly: true
|
readOnly: true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- mountPath: /var/lib/etcd-config
|
- mountPath: /var/lib/etcd-config
|
||||||
name: etcd-config-path
|
name: etcd-config-path
|
||||||
|
|||||||
Reference in New Issue
Block a user