fix: incorrect path (#16609)

This commit is contained in:
Dimitri Mitropoulos
2019-10-06 22:09:08 -04:00
committed by Kubernetes Prow Robot
parent 76015448e8
commit 11f60c5c15
+1 -1
View File
@@ -51,7 +51,7 @@ volume type used.
To use a volume, a Pod specifies what volumes to provide for the Pod (the
`.spec.volumes`
field) and where to mount those into Containers (the
`.spec.containers.volumeMounts`
`.spec.containers[*].volumeMounts`
field).
A process in a container sees a filesystem view composed from their Docker