mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-07-28 08:24:27 +00:00
12 lines
429 B
YAML
12 lines
429 B
YAML
apiVersion: storage.k8s.io/v1
|
|
kind: CSIDriver
|
|
metadata:
|
|
name: csi.san.synology.com
|
|
spec:
|
|
attachRequired: true # Indicates the driver requires an attach operation (TODO: ControllerPublishVolume should be implemented)
|
|
podInfoOnMount: true
|
|
# fsGroupPolicy: File (see https://kubernetes-csi.github.io/docs/support-fsgroup.html#supported-modes)
|
|
fsGroupPolicy: ReadWriteOnceWithFSType
|
|
volumeLifecycleModes:
|
|
- Persistent
|