Allow arm64 using ETCD_UNSUPPORTED_ARCH env var
[ta/caas-etcd.git] / ansible / roles / etcd / templates / etcd.yml
index c54017f..adbb9a2 100644 (file)
@@ -75,6 +75,8 @@ spec:
 {% endif %}
         - name: ETCD_LISTENONINTERFACE
           value: "{{ networking.infra_internal.interface }}"
+        - name: ETCD_UNSUPPORTED_ARCH
+          value: "arm64"
       resources:
         requests:
           cpu: "60m"