From 8a406be48a1a211636ccf9db1683c0b16effc664 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Mon, 11 Nov 2019 12:25:41 +0100 Subject: [PATCH] Fix indentation in cilium-ds.yml template (#5305) --- roles/network_plugin/cilium/templates/cilium-ds.yml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/network_plugin/cilium/templates/cilium-ds.yml.j2 b/roles/network_plugin/cilium/templates/cilium-ds.yml.j2 index 87ef2150e..6166e9fe6 100755 --- a/roles/network_plugin/cilium/templates/cilium-ds.yml.j2 +++ b/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