Skip to content

Commit

Permalink
Added missing whitespace (#10114)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanivoliver authored and k8s-ci-robot committed Aug 28, 2018
1 parent 55eee97 commit 42a3d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/storage/volumes.md
Expand Up @@ -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.

Expand Down

0 comments on commit 42a3d1b

Please sign in to comment.