Commit e6084bf7 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Set target version env in etcd manifest

parent ea5afb9a
......@@ -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 }}"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment