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

11 lines
210 B
YAML
Raw 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
2020-04-23 13:52:01 +00:00
volumeLifecycleModes:
- Persistent