Skip to content
Snippets Groups Projects
Commit 4e972254 authored by Wei Tie's avatar Wei Tie
Browse files

Add quote for etcd endpoints

parent dad95c87
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ spec:
image: {{ contiv_etcd_image_repo }}:{{ contiv_etcd_image_tag }}
env:
- name: ETCD_LISTEN_CLIENT_URLS
value: http://127.0.0.1:{{ contiv_etcd_listen_port }}
value: 'http://127.0.0.1:{{ contiv_etcd_listen_port }}'
- name: ETCD_PROXY
value: "on"
- name: ETCD_INITIAL_CLUSTER
value: {{ contiv_etcd_endpoints }}
value: '{{ contiv_etcd_endpoints }}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment