Set target version env in etcd manifest

pull/6/head
Wojciech Tyczynski 2016-10-12 14:11:23 +02:00
parent ea5afb9ab7
commit e6084bf724
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 }}"
}