Skip to content

Commit c525452

Browse files
jsafranetengqm
andauthored
Update content/en/docs/tasks/configure-pod-container/security-context.md
Co-authored-by: Qiming Teng <[email protected]>
1 parent 1005e07 commit c525452

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
@@ -730,7 +730,7 @@ To benefit from this speedup, all these conditions must be met:
730730
When any of these conditions is not met, SELinux relabelling happens another way: the container
731731
runtime recursively changes the SELinux label for all inodes (files and directories)
732732
in the volume. Calling out explicitly, this applies to Kubernetes ephemeral volumes like
733-
`secrets`, `configMaps` and `projected`, and all volumes whose CSIDriver instance does not
733+
`secret`, `configMap` and `projected`, and all volumes whose CSIDriver instance does not
734734
explicitly announce mounting with `-o context`.
735735

736736
When this speedup is used, all Pods that use the same applicable volume concurrently on the same node

0 commit comments

Comments
 (0)