fix deadlink

This commit is contained in:
Stewart-YU
2018-01-12 14:52:38 +08:00
committed by stewart-yu
parent c95d001f56
commit 3cf17a923d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ See the [CephFS example](https://github.com/kubernetes/examples/tree/{{page.gith
### configMap
The [`configMap`](/docs/tasks/configure-pod-container/configmap/) resource
The [`configMap`](/docs/tasks/configure-pod-container/configure-pod-configmap/) resource
provides a way to inject configuration data into Pods.
The data stored in a `ConfigMap` object can be referenced in a volume of type
`configMap` and then consumed by containerized applications running in a Pod.