Fixed example in configmap (#5808)
This PR modifies keys in env from configmaps to capital, so that example will work.pull/5809/head
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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue