mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
54fe4158a0
NFS volume similar to CephFs volumes can support fsGroupPolicy as File, now Kubernetes Kubernetes may use fsGroup to change permissions and ownership of the volume to match user requested fsGroup in the pod's SecurityPolicy regardless of fstype or access mode. Signed-off-by: Rakshith R <rar@redhat.com>
18 lines
387 B
YAML
18 lines
387 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
|
|
volumeLifecycleModes:
|
|
- Persistent
|
|
fsGroupPolicy: File
|