From 11f60c5c15a93d8e3ac93d217c91fc35d17f6f81 Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Sun, 6 Oct 2019 22:09:08 -0400 Subject: [PATCH] fix: incorrect path (#16609) --- content/en/docs/concepts/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/volumes.md b/content/en/docs/concepts/storage/volumes.md index c1d85550b7..72c6d94b56 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -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