diff --git a/docs/tasks/configure-pod-container/configure-pod-configmap.md b/docs/tasks/configure-pod-container/configure-pod-configmap.md index 91fd9670f1..89310d1241 100644 --- a/docs/tasks/configure-pod-container/configure-pod-configmap.md +++ b/docs/tasks/configure-pod-container/configure-pod-configmap.md @@ -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 ```