mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-21 14:38:02 -03:30
Correct Jinja Syntax for etcd-unsupported-arch (#6919)
`-%` causes `etcd-unsupported-arch: arm64` to print on COL 1 instead of COL 6. Signed-off-by: anthr76 <hello@anthonyrabbito.com> (cherry picked from commit edfa3e9b14167c5c6b76083360948611c120af0a)
This commit is contained in:
parent
65aa9213d4
commit
b0b569615e
@ -64,7 +64,7 @@ etcd:
|
||||
{% for key, value in etcd_extra_vars.items() %}
|
||||
{{ key }}: "{{ value }}"
|
||||
{% endfor %}
|
||||
{% if host_architecture != "amd64" -%}
|
||||
{% if host_architecture != "amd64" %}
|
||||
etcd-unsupported-arch: {{host_architecture}}
|
||||
{% endif %}
|
||||
serverCertSANs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user