diff --git a/roles/network_plugin/cilium/templates/cilium-ds.yml.j2 b/roles/network_plugin/cilium/templates/cilium-ds.yml.j2
index 87ef2150e786e41134cf846554b5d549f071f623..6166e9fe6ed5689374db6b46736f564a226c9754 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