mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-14 18:30:21 +00:00
66512b6a73
This commit change the default fsgroup policy for csi driver object
to "File" type which is the better/correct setting for the CSI volumes.
We have been using default value which is "ReadWriteOnceWithFSType".
with this change backward compatibility should be preserved.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
(cherry picked from commit 586a9cc8ee
)
19 lines
457 B
YAML
19 lines
457 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.
|
|
#
|
|
---
|
|
# if Kubernetes version is less than 1.18 change
|
|
# apiVersion to storage.k8s.io/v1beta1
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: CSIDriver
|
|
metadata:
|
|
name: "rbd.csi.ceph.com"
|
|
spec:
|
|
attachRequired: true
|
|
podInfoOnMount: false
|
|
fsGroupPolicy: File
|