Update configmaps doc charaters error

This commit is contained in:
mdshuai 2016-03-07 10:58:27 +08:00
parent fea6b0d50c
commit 56e6a752c3

View File

@ -222,7 +222,7 @@ kind: ConfigMap
metadata: metadata:
name: etcd-env-config name: etcd-env-config
data: data:
number-of-members: 1 number-of-members: "1"
initial-cluster-state: new initial-cluster-state: new
initial-cluster-token: DUMMY_ETCD_INITIAL_CLUSTER_TOKEN initial-cluster-token: DUMMY_ETCD_INITIAL_CLUSTER_TOKEN
discovery-token: DUMMY_ETCD_DISCOVERY_TOKEN discovery-token: DUMMY_ETCD_DISCOVERY_TOKEN