Browse Source

Fix indentation in cilium-ds.yml template (#5305)

pull/5338/head
Quentin Gliech 5 years ago
committed by Kubernetes Prow Robot
parent
commit
8a406be48a
1 changed files with 3 additions and 3 deletions
  1. 6
      roles/network_plugin/cilium/templates/cilium-ds.yml.j2

6
roles/network_plugin/cilium/templates/cilium-ds.yml.j2

@ -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…
Cancel
Save