Improve variable handling for disabling etcd events cluster

This commit is contained in:
Matthew Mosesohn
2018-06-18 16:19:12 +03:00
parent 6aaaf4a272
commit 61e97251a5
5 changed files with 7 additions and 4 deletions

View File

@@ -314,7 +314,7 @@ kube_apiserver_client_key: |-
{%- endif %}
# Set to true to deploy etcd-events cluster
etcd_events_cluster_setup: false
etcd_events_cluster_enabled: false
# Vars for pointing to etcd endpoints
is_etcd_master: "{{ inventory_hostname in groups['etcd'] }}"