Merge pull request #6040 from jianglingxia/jlx-api

correct the downwardapi redirect
This commit is contained in:
Joseph Heck 2017-10-25 12:00:37 -07:00 committed by GitHub
commit 0d2209bec4
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ A `projected` volume maps several existing volume sources into the same director
Currently, the following types of volume sources can be projected:
- [`secret`](#secret)
- [`downwardAPI`](#downardapi)
- [`downwardAPI`](#downwardapi)
- `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/{{page.githubbranch}}/contributors/design-proposals/node/all-in-one-volume.md).