Fixed example in configmap (#5808)

This PR modifies keys in env from configmaps to capital, so that example will work.
This commit is contained in:
Suraj Narwade
2017-10-08 20:45:10 +05:30
committed by Steve Perry
parent fd240aa371
commit 424a4f2f71
@@ -168,12 +168,12 @@ spec:
valueFrom: valueFrom:
configMapKeyRef: configMapKeyRef:
name: special-config name: special-config
key: special_level key: SPECIAL_LEVEL
- name: SPECIAL_TYPE_KEY - name: SPECIAL_TYPE_KEY
valueFrom: valueFrom:
configMapKeyRef: configMapKeyRef:
name: special-config name: special-config
key: special_type key: SPECIAL_TYPE
restartPolicy: Never restartPolicy: Never
``` ```