mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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>
This commit is contained in:
parent
32b11be88c
commit
c0201e493b
@ -14,3 +14,4 @@ spec:
|
|||||||
attachRequired: false
|
attachRequired: false
|
||||||
podInfoOnMount: false
|
podInfoOnMount: false
|
||||||
fsGroupPolicy: File
|
fsGroupPolicy: File
|
||||||
|
seLinuxMount: true
|
||||||
|
@ -13,5 +13,6 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
attachRequired: false
|
attachRequired: false
|
||||||
fsGroupPolicy: File
|
fsGroupPolicy: File
|
||||||
|
seLinuxMount: true
|
||||||
volumeLifecycleModes:
|
volumeLifecycleModes:
|
||||||
- Persistent
|
- Persistent
|
||||||
|
@ -13,4 +13,5 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
attachRequired: true
|
attachRequired: true
|
||||||
podInfoOnMount: false
|
podInfoOnMount: false
|
||||||
|
seLinuxMount: true
|
||||||
fsGroupPolicy: File
|
fsGroupPolicy: File
|
||||||
|
Loading…
Reference in New Issue
Block a user