2021-10-01 13:05:56 +00:00
|
|
|
#
|
|
|
|
# /!\ 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.
|
|
|
|
#
|
|
|
|
---
|
2021-03-30 05:33:01 +00:00
|
|
|
# if Kubernetes version is less than 1.18 change
|
2021-07-13 19:21:56 +00:00
|
|
|
# apiVersion to storage.k8s.io/v1beta1
|
2021-03-30 05:33:01 +00:00
|
|
|
apiVersion: storage.k8s.io/v1
|
|
|
|
kind: CSIDriver
|
|
|
|
metadata:
|
2021-10-01 13:05:56 +00:00
|
|
|
name: "rbd.csi.ceph.com"
|
2021-03-30 05:33:01 +00:00
|
|
|
spec:
|
|
|
|
attachRequired: true
|
|
|
|
podInfoOnMount: false
|
2022-09-01 04:14:25 +00:00
|
|
|
fsGroupPolicy: File
|