mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-03 06:43:53 +00:00
Expose etcd version.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
"value": "{{ storage_backend }}"
|
||||
},
|
||||
{ "name": "TARGET_VERSION",
|
||||
"value": "{{ pillar.get('etcd_docker_tag', '2.2.1') }}"
|
||||
"value": "{{ pillar.get('etcd_version', '2.2.1') }}"
|
||||
},
|
||||
{ "name": "DATA_DIRECTORY",
|
||||
"value": "/var/etcd/data{{ suffix }}"
|
||||
|
||||
Reference in New Issue
Block a user