-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy: set seLinuxMount to true for csidriver objects
Setting seLinuxMount:true in csidriver objects advertize that the driver supports passing selinux label in mount options. refer: https://kubernetes.io/blog/2023/04/18/ \ kubernetes-1-27-efficient-selinux-relabeling-beta/ Signed-off-by: Rakshith R <rar@redhat.com>
- Loading branch information
1 parent
581d9aa
commit a0c5c4d
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ spec: | |
attachRequired: false | ||
podInfoOnMount: false | ||
fsGroupPolicy: File | ||
seLinuxMount: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,6 @@ metadata: | |
spec: | ||
attachRequired: false | ||
fsGroupPolicy: File | ||
seLinuxMount: true | ||
volumeLifecycleModes: | ||
- Persistent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ metadata: | |
spec: | ||
attachRequired: true | ||
podInfoOnMount: false | ||
seLinuxMount: true | ||
fsGroupPolicy: File |