Browse Source

Add quote for etcd endpoints

pull/2037/head
Wei Tie 6 years ago
parent
commit
4e97225424
1 changed files with 2 additions and 2 deletions
  1. 4
      roles/network_plugin/contiv/templates/contiv-etcd-proxy.yml.j2

4
roles/network_plugin/contiv/templates/contiv-etcd-proxy.yml.j2

@ -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 }}'
Loading…
Cancel
Save