remove-etcd-unsupported-arch (#9049)

This commit is contained in:
Kay Yan
2022-07-04 20:39:24 +08:00
committed by GitHub
parent a5d7178bf8
commit 1d0b3829ed
3 changed files with 0 additions and 11 deletions

View File

@@ -67,9 +67,6 @@ etcd:
{% for key, value in etcd_extra_vars.items() %}
{{ key }}: "{{ value }}"
{% endfor %}
{% if host_architecture != "amd64" %}
etcd-unsupported-arch: {{host_architecture}}
{% endif %}
serverCertSANs:
{% for san in etcd_cert_alt_names %}
- {{ san }}