fix a link miss bug in volume description (#8585)

This commit is contained in:
WanLinghao
2018-05-20 01:03:51 +08:00
committed by k8s-ci-robot
parent 396858644e
commit 8b5226434b
+1 -1
View File
@@ -612,7 +612,7 @@ Currently, the following types of volume sources can be projected:
- [`secret`](#secret)
- [`downwardAPI`](#downwardapi)
- `configMap`
- [`configMap`](#configmap)
All sources are required to be in the same namespace as the Pod. For more details, see the [all-in-one volume design document](https://github.com/kubernetes/community/blob/{{< param "githubbranch" >}}/contributors/design-proposals/node/all-in-one-volume.md).