Skip to content

Commit

Permalink
Fix indentation in cilium-ds.yml template (#5305)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose authored and k8s-ci-robot committed Nov 11, 2019
1 parent feac802 commit 8a406be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/network_plugin/cilium/templates/cilium-ds.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a406be

Please sign in to comment.