Added missing whitespace (#10114)

pull/10122/head
Yaniv Oliver 2018-08-28 19:16:54 +03:00 committed by k8s-ci-robot
parent 55eee978cd
commit 42a3d1b2f2
1 changed files with 1 additions and 1 deletions

View File

@ -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.