mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-07-30 09:14:27 +00:00
fallback on fsGroupPolicy
This commit is contained in:
@@ -5,6 +5,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
attachRequired: true # Indicates the driver requires an attach operation (TODO: ControllerPublishVolume should be implemented)
|
attachRequired: true # Indicates the driver requires an attach operation (TODO: ControllerPublishVolume should be implemented)
|
||||||
podInfoOnMount: true
|
podInfoOnMount: true
|
||||||
fsGroupPolicy: File
|
# fsGroupPolicy: File (see https://kubernetes-csi.github.io/docs/support-fsgroup.html#supported-modes)
|
||||||
|
fsGroupPolicy: ReadWriteOnceWithFSType
|
||||||
volumeLifecycleModes:
|
volumeLifecycleModes:
|
||||||
- Persistent
|
- Persistent
|
||||||
|
|||||||
Reference in New Issue
Block a user