Fixed example in configmap (#5808)

This PR modifies keys in env from configmaps to capital, so that example will work.
pull/5809/head
Suraj Narwade 2017-10-08 20:45:10 +05:30 committed by Steve Perry
parent fd240aa371
commit 424a4f2f71
1 changed files with 2 additions and 2 deletions

View File

@ -168,12 +168,12 @@ spec:
valueFrom:
configMapKeyRef:
name: special-config
key: special_level
key: SPECIAL_LEVEL
- name: SPECIAL_TYPE_KEY
valueFrom:
configMapKeyRef:
name: special-config
key: special_type
key: SPECIAL_TYPE
restartPolicy: Never
```