fix incorrect configmap-key in /docs/tasks/configure-pod-container/vim configure-pod-configmap.md

pull/5164/head
fisherxu 2017-08-23 10:51:44 +08:00
parent 3af984a7aa
commit 6e408656af
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ This page provides a series of usage examples demonstrating how to configure Pod
valueFrom:
configMapKeyRef:
name: env-config
key: special.type
key: log_level
restartPolicy: Never
```