Skip to content
Snippets Groups Projects
Commit 50bdaa57 authored by Stas's avatar Stas Committed by Kubernetes Prow Robot
Browse files

Apply etcd_extra_vars to etcd-events.env as well. (#4219)

This change ensures that etcd_extra_vars variable applies
to events etcd as well.
parent 24b6698c
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,10 @@ ETCD_PEER_CERT_FILE={{ etcd_cert_dir }}/member-{{ inventory_hostname }}.pem
ETCD_PEER_KEY_FILE={{ etcd_cert_dir }}/member-{{ inventory_hostname }}-key.pem
ETCD_PEER_CLIENT_CERT_AUTH={{ etcd_peer_client_auth }}
{% for key, value in etcd_extra_vars.items() %}
{{ key }}={{ value }}
{% endfor %}
{% if host_architecture != "amd64" -%}
ETCD_UNSUPPORTED_ARCH={{host_architecture}}
{%- endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment