Fix indentation in cilium-ds.yml template (#5305)
This commit is contained in:
parent
feac802456
commit
8a406be48a
1 changed files with 3 additions and 3 deletions
|
@ -119,9 +119,9 @@ spec:
|
|||
name: docker-socket
|
||||
readOnly: true
|
||||
{% else %}
|
||||
- name: "{{ container_manager }}-socket"
|
||||
mountPath: {{ cri_socket }}
|
||||
readOnly: true
|
||||
- name: "{{ container_manager }}-socket"
|
||||
mountPath: {{ cri_socket }}
|
||||
readOnly: true
|
||||
{% endif %}
|
||||
- mountPath: /var/lib/etcd-config
|
||||
name: etcd-config-path
|
||||
|
|
Loading…
Reference in a new issue