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