From 63cae6189f72b9a439d5d8faec8a10ad311d34c7 Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Wed, 25 Oct 2017 14:00:32 +0800 Subject: [PATCH] correct the downwardapi redirect --- docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/storage/volumes.md b/docs/concepts/storage/volumes.md index 75a57daa2e..4ea6df948a 100644 --- a/docs/concepts/storage/volumes.md +++ b/docs/concepts/storage/volumes.md @@ -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).