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

Co-authored-by: Qiming Teng <tengqm@outlook.com>
pull/37101/head
Pro-Coder04 2022-09-30 17:11:22 +05:30 committed by GitHub
parent 744a7b6c79
commit 30b42602f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.