Skip to content

Commit

Permalink
Merge pull request kubernetes#394 from mdshuai/fix-envvar-configmap
Browse files Browse the repository at this point in the history
lower case name/value in envvar-configmap example json
  • Loading branch information
philips authored Mar 8, 2017
2 parents 183f105 + f40a540 commit 43a3903
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contributors/design-proposals/envvar-configmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ spec:
- containerPort: 2380
protocol: TCP
env:
- Name: duplicate_key
Value: FROM_ENV
- Name: expansion
Value: $(REPLACE_ME)
- name: duplicate_key
value: FROM_ENV
- name: expansion
value: $(REPLACE_ME)
envFrom:
- configMapRef:
name: etcd-env-config
Expand Down

0 comments on commit 43a3903

Please sign in to comment.