update storageclass to include reclaimPolicy and allowVolumeExpansion

This commit is contained in:
Joel Wetzell
2026-01-19 06:25:42 -06:00
parent 3927d553f9
commit 9720f1c86b

View File

@@ -4,6 +4,8 @@ apiVersion: storage.k8s.io/v1
metadata: metadata:
name: csi-s3 name: csi-s3
provisioner: ru.yandex.s3.csi provisioner: ru.yandex.s3.csi
reclaimPolicy: Retain
allowVolumeExpansion: true
parameters: parameters:
mounter: geesefs mounter: geesefs
# you can set mount options here, for example limit memory cache size (recommended) # you can set mount options here, for example limit memory cache size (recommended)