From d169f75ce378a10bf028a20cb5727859a0c4e5b3 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sun, 4 Jul 2021 10:11:54 +0300 Subject: [PATCH] fix typo volumes.md --- 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 abb62e0806..44e674031d 100644 --- a/content/en/docs/concepts/storage/volumes.md +++ b/content/en/docs/concepts/storage/volumes.md @@ -534,7 +534,7 @@ HostPath volumes present many security risks, and it is a best practice to avoid HostPaths when possible. When a HostPath volume must be used, it should be scoped to only the required file or directory, and mounted as ReadOnly. -If restricting HostPath acccess to specific directories through AdmissionPolicy, `volumeMounts` MUST +If restricting HostPath access to specific directories through AdmissionPolicy, `volumeMounts` MUST be required to use `readOnly` mounts for the policy to be effective. {{< /warning >}}