mirror of
https://github.com/SynologyOpenSource/synology-csi.git
synced 2026-08-25 01:27:15 +00:00
14 lines
396 B
YAML
14 lines
396 B
YAML
{{- if $.Values.installCSIDriver }}
|
|
---
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: CSIDriver
|
|
metadata:
|
|
labels: {{- include "synology-csi.labels" $ | nindent 4 }}
|
|
name: csi.san.synology.com
|
|
spec:
|
|
attachRequired: true # Indicates the driver requires an attach operation (TODO: ControllerPublishVolume should be implemented)
|
|
podInfoOnMount: true
|
|
volumeLifecycleModes:
|
|
- Persistent
|
|
{{- end }}
|