Skip to content

Commit 8e17234

Browse files
committed
Mention MountOption as the default
1 parent bf32989 commit 8e17234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/configure-pod-container/security-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ For Pods that want to opt-out from relabeling using mount options, they can set
715715
when multiple pods share a single volume on the same node, but they run with
716716
different SELinux labels that allows simultaneous access to the volume. For example, a privileged pod
717717
running with label `spc_t` and an unprivileged pod running with the default label `container_file_t`.
718-
With unset `spec.securityContext.seLinuxChangePolicy` (or with the value `MountOption`),
718+
With unset `spec.securityContext.seLinuxChangePolicy` (or with the default value `MountOption`),
719719
only one of such pods is able to run on a node, the other one gets ContainerCreating with error
720720
`conflicting SELinux labels of volume :
721721

0 commit comments

Comments
 (0)