diff options
| -rw-r--r-- | roles/ansible_service_broker/tasks/install.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ansible_service_broker/tasks/install.yml b/roles/ansible_service_broker/tasks/install.yml index ff90f59a3..75be7a784 100644 --- a/roles/ansible_service_broker/tasks/install.yml +++ b/roles/ansible_service_broker/tasks/install.yml @@ -354,7 +354,7 @@                      - "{{ ansible_service_broker_etcd_image_etcd_path }}"                      - "--data-dir=/data"                      - "--listen-client-urls=https://0.0.0.0:2379" -                    - "--advertise-client-urls=https://0.0.0.0:2379" +                    - "--advertise-client-urls=https://asb-etcd.openshift-ansible-service-broker.svc:2379"                      - "--client-cert-auth"                      - "--trusted-ca-file=/var/run/etcd-auth-secret/ca.crt"                      - "--cert-file=/etc/tls/private/tls.crt"  | 
