From 30b42602f0d8397ee37934eb76b6cb5c6e9f6acd Mon Sep 17 00:00:00 2001 From: Pro-Coder04 <112387629+Pro-Coder04@users.noreply.github.com> Date: Fri, 30 Sep 2022 17:11:22 +0530 Subject: [PATCH] Update content/en/docs/tasks/configure-pod-container/security-context.md Co-authored-by: Qiming Teng --- .../en/docs/tasks/configure-pod-container/security-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/security-context.md b/content/en/docs/tasks/configure-pod-container/security-context.md index b14d7adccf..b917648988 100644 --- a/content/en/docs/tasks/configure-pod-container/security-context.md +++ b/content/en/docs/tasks/configure-pod-container/security-context.md @@ -173,7 +173,7 @@ for a volume. This field only applies to volume types that support `fsGroup` controlled ownership and permissions. This field has two possible values: -* _OnRootMismatch_: Only change permissions and ownership if +* _OnRootMismatch_: Only change permissions and ownership if the permission and the ownership of root directory does not match with expected permissions of the volume. This could help shorten the time it takes to change ownership and permission of a volume. * _Always_: Always change permission and ownership of the volume when volume is mounted.