Fix key name in pod-configmap-volume-specific-key.yaml example (#13599)
Changes the key name to `SPECIAL_LEVEL` in the config map volume definition. This is consistent with the rest of the example. Otherwise, this pod does not start because there is no key with that name in the `special-config` config map.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
942898da66
commit
5621bc1ee1
@@ -15,6 +15,6 @@ spec:
|
|||||||
configMap:
|
configMap:
|
||||||
name: special-config
|
name: special-config
|
||||||
items:
|
items:
|
||||||
- key: special.level
|
- key: SPECIAL_LEVEL
|
||||||
path: keys
|
path: keys
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
|
|||||||
Reference in New Issue
Block a user