From 42a3d1b2f2f1b5df14e8c6bfa6a7f05a5626a4f8 Mon Sep 17 00:00:00 2001 From: Yaniv Oliver Date: Tue, 28 Aug 2018 19:16:54 +0300 Subject: [PATCH] Added missing whitespace (#10114) --- content/en/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index 47782389bd..1555e2d6e6 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -1075,7 +1075,7 @@ spec: `subPath` directory names can also be constructed from Downward API environment variables. -Before you use this feature, you must enable the `VolumeSubpathEnvExpansion`feature gate. +Before you use this feature, you must enable the `VolumeSubpathEnvExpansion` feature gate. In this example, a Pod uses `subPath` to create a directory `pod1` within the hostPath volume `/var/log/pods`, using the pod name from the Downward API. The host directory `/var/log/pods/pod1` is mounted at `/logs` in the container.