Skip to content

Commit d169f75

Browse files
committed
fix typo volumes.md
1 parent 0b3ee6b commit d169f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ HostPath volumes present many security risks, and it is a best practice to avoid
534534
HostPaths when possible. When a HostPath volume must be used, it should be scoped to only the
535535
required file or directory, and mounted as ReadOnly.
536536

537-
If restricting HostPath acccess to specific directories through AdmissionPolicy, `volumeMounts` MUST
537+
If restricting HostPath access to specific directories through AdmissionPolicy, `volumeMounts` MUST
538538
be required to use `readOnly` mounts for the policy to be effective.
539539
{{< /warning >}}
540540

0 commit comments

Comments
 (0)