mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Set target version env in etcd manifest
This commit is contained in:
parent
ea5afb9ab7
commit
e6084bf724
@ -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 }}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user