Merge pull request #5164 from fisherxu/master

fix incorrect configmap-key in /docs/tasks/configure-pod-container/vi…
This commit is contained in:
Andrew Chen
2017-08-28 12:22:49 -07:00
committed by GitHub
@@ -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
```