Merge pull request #34610 from wojtek-t/set_target_version

Automatic merge from submit-queue

Set target version env in etcd manifest

Ref https://github.com/kubernetes/kubernetes/issues/20504

@lavalamp
pull/6/head
Kubernetes Submit Queue 2016-10-13 21:09:04 -07:00 committed by GitHub
commit 5c9ac89b32
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@
{ "name": "TARGET_STORAGE",
"value": "{{ storage_backend }}"
},
{ "name": "TARGET_VERSION",
"value": "{{ pillar.get('etcd_docker_tag', '2.2.1') }}"
},
{ "name": "DATA_DIRECTORY",
"value": "/var/etcd/data{{ suffix }}"
}