Add code verification tools
[iec.git] / src / foundation / scripts / cni / calico / etcd-arm64.yaml
index f408686..940525f 100644 (file)
@@ -47,14 +47,14 @@ spec:
             - name: ETCD_UNSUPPORTED_ARCH
               value: "arm64"
           command:
-          - /usr/local/bin/etcd
+            - /usr/local/bin/etcd
           args:
-          - --name=calico
-          - --data-dir=/var/etcd/calico-data
-          - --advertise-client-urls=http://$(CALICO_ETCD_IP):6666
-          - --listen-client-urls=http://0.0.0.0:6666
-          - --listen-peer-urls=http://0.0.0.0:6667
-          - --auto-compaction-retention=1
+            - --name=calico
+            - --data-dir=/var/etcd/calico-data
+            - --advertise-client-urls=http://$(CALICO_ETCD_IP):6666
+            - --listen-client-urls=http://0.0.0.0:6666
+            - --listen-peer-urls=http://0.0.0.0:6667
+            - --auto-compaction-retention=1
           volumeMounts:
             - name: var-etcd
               mountPath: /var/etcd