Set target version env in etcd manifest
This commit is contained in:
		@@ -43,6 +43,9 @@
 | 
				
			|||||||
      { "name": "TARGET_STORAGE",
 | 
					      { "name": "TARGET_STORAGE",
 | 
				
			||||||
        "value": "{{ storage_backend }}"
 | 
					        "value": "{{ storage_backend }}"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
 | 
					      { "name": "TARGET_VERSION",
 | 
				
			||||||
 | 
					        "value": "{{ pillar.get('etcd_docker_tag', '2.2.1') }}"
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
      { "name": "DATA_DIRECTORY",
 | 
					      { "name": "DATA_DIRECTORY",
 | 
				
			||||||
        "value": "/var/etcd/data{{ suffix }}"
 | 
					        "value": "/var/etcd/data{{ suffix }}"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user