rawfile-localpv/deploy/charts/rawfile-csi/templates/00-driver.yaml

12 lines
234 B
YAML
Raw Permalink Normal View History

apiVersion: storage.k8s.io/v1
2020-04-23 13:52:01 +00:00
kind: CSIDriver
metadata:
name: {{ .Values.provisionerName }}
2020-04-23 13:52:01 +00:00
spec:
attachRequired: false
podInfoOnMount: true
fsGroupPolicy: File
2021-10-02 12:45:17 +00:00
storageCapacity: true
2020-04-23 13:52:01 +00:00
volumeLifecycleModes:
- Persistent