Skip to content

Commit db2ab5e

Browse files
authored
Merge pull request #45337 from semihbkgr/patch-1
Correcting API field paths in Volumes page
2 parents 272b0f4 + bb5d0a4 commit db2ab5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ To turn off the `vsphereVolume` plugin from being loaded by the controller manag
859859
## Using subPath {#using-subpath}
860860

861861
Sometimes, it is useful to share one volume for multiple uses in a single pod.
862-
The `volumeMounts.subPath` property specifies a sub-path inside the referenced volume
862+
The `volumeMounts[*].subPath` property specifies a sub-path inside the referenced volume
863863
instead of its root.
864864

865865
The following example shows how to configure a Pod with a LAMP stack (Linux Apache MySQL PHP)
@@ -1162,7 +1162,7 @@ Mount propagation allows for sharing volumes mounted by a container to
11621162
other containers in the same pod, or even to other pods on the same node.
11631163

11641164
Mount propagation of a volume is controlled by the `mountPropagation` field
1165-
in `Container.volumeMounts`. Its values are:
1165+
in `containers[*].volumeMounts`. Its values are:
11661166

11671167
* `None` - This volume mount will not receive any subsequent mounts
11681168
that are mounted to this volume or any of its subdirectories by the host.

0 commit comments

Comments
 (0)