Merge pull request #5164 from fisherxu/master
fix incorrect configmap-key in /docs/tasks/configure-pod-container/vi…reviewable/pr5235/r1
commit
1e452393a7
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue