Fix podpreset task (#5705)

This commit is contained in:
Qiming
2017-10-26 04:50:27 +08:00
committed by Steve Perry
parent 56ff8f9650
commit 6ed5d06a6c
13 changed files with 300 additions and 390 deletions
@@ -0,0 +1,14 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: etcd-env-config
data:
number_of_members: "1"
initial_cluster_state: new
initial_cluster_token: DUMMY_ETCD_INITIAL_CLUSTER_TOKEN
discovery_token: DUMMY_ETCD_DISCOVERY_TOKEN
discovery_url: http://etcd_discovery:2379
etcdctl_peers: http://etcd:2379
duplicate_key: FROM_CONFIG_MAP
REPLACE_ME: "a value"