update storageclass to include reclaimPolicy and allowVolumeExpansion
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user