File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/storage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -859,7 +859,7 @@ To turn off the `vsphereVolume` plugin from being loaded by the controller manag
859
859
# # Using subPath {#using-subpath}
860
860
861
861
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
863
863
instead of its root.
864
864
865
865
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
1162
1162
other containers in the same pod, or even to other pods on the same node.
1163
1163
1164
1164
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 :
1166
1166
1167
1167
* `None` - This volume mount will not receive any subsequent mounts
1168
1168
that are mounted to this volume or any of its subdirectories by the host.
You can’t perform that action at this time.
0 commit comments