Merge pull request #5164 from fisherxu/master

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