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:
committed by
Steve Perry
parent
fd240aa371
commit
424a4f2f71
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user