mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
c0201e493b
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>
19 lines
408 B
YAML
19 lines
408 B
YAML
#
|
|
# /!\ DO NOT MODIFY THIS FILE
|
|
#
|
|
# This file has been automatically generated by Ceph-CSI yamlgen.
|
|
# The source for the contents can be found in the api/deploy directory, make
|
|
# your modifications there.
|
|
#
|
|
---
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: CSIDriver
|
|
metadata:
|
|
name: "nfs.csi.ceph.com"
|
|
spec:
|
|
attachRequired: false
|
|
fsGroupPolicy: File
|
|
seLinuxMount: true
|
|
volumeLifecycleModes:
|
|
- Persistent
|