mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Add quote for etcd endpoints
This commit is contained in:
@@ -24,8 +24,8 @@ spec:
|
|||||||
image: {{ contiv_etcd_image_repo }}:{{ contiv_etcd_image_tag }}
|
image: {{ contiv_etcd_image_repo }}:{{ contiv_etcd_image_tag }}
|
||||||
env:
|
env:
|
||||||
- name: ETCD_LISTEN_CLIENT_URLS
|
- 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
|
- name: ETCD_PROXY
|
||||||
value: "on"
|
value: "on"
|
||||||
- name: ETCD_INITIAL_CLUSTER
|
- name: ETCD_INITIAL_CLUSTER
|
||||||
value: {{ contiv_etcd_endpoints }}
|
value: '{{ contiv_etcd_endpoints }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user