fix incorrect configmap-key in /docs/tasks/configure-pod-container/vim configure-pod-configmap.md
This commit is contained in:
@@ -100,7 +100,7 @@ This page provides a series of usage examples demonstrating how to configure Pod
|
|||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: env-config
|
name: env-config
|
||||||
key: special.type
|
key: log_level
|
||||||
restartPolicy: Never
|
restartPolicy: Never
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user