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:
Julio Lopez
2019-04-19 09:37:54 -07:00
committed by Kubernetes Prow Robot
parent 942898da66
commit 5621bc1ee1
@@ -15,6 +15,6 @@ spec:
configMap:
name: special-config
items:
- key: special.level
- key: SPECIAL_LEVEL
path: keys
restartPolicy: Never