Merge pull request #394 from mdshuai/fix-envvar-configmap

lower case name/value in envvar-configmap example json
This commit is contained in:
Brandon Philips 2017-03-07 23:02:45 -08:00 committed by GitHub
commit 43a3903234
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