github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/csi-s3/templates/driver.yaml (about)

     1  apiVersion: storage.k8s.io/v1
     2  kind: CSIDriver
     3  metadata:
     4    name: ru.yandex.s3.csi
     5  spec:
     6    attachRequired: false
     7    podInfoOnMount: true
     8    fsGroupPolicy: File # added in Kubernetes 1.19, this field is GA as of Kubernetes 1.23
     9    volumeLifecycleModes: # added in Kubernetes 1.16, this field is beta
    10      - Persistent