lower case name/value in envvar-configmap example json

This commit is contained in:
mdshuai 2017-02-23 18:11:22 +08:00
parent 2b56d8bcde
commit f40a540d60
1 changed files with 4 additions and 4 deletions

View File

@ -109,10 +109,10 @@ spec:
- containerPort: 2380 - containerPort: 2380
protocol: TCP protocol: TCP
env: env:
- Name: duplicate_key - name: duplicate_key
Value: FROM_ENV value: FROM_ENV
- Name: expansion - name: expansion
Value: $(REPLACE_ME) value: $(REPLACE_ME)
envFrom: envFrom:
- configMapRef: - configMapRef:
name: etcd-env-config name: etcd-env-config