deploy: add resize support to NFS-provisioner deployment

Resizing is handled by the csi-resizer container, which needs to run in
the provisioner Pod. In addition to the container, the StorageClass also
needs to allow volume expansion.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2022-05-02 13:18:20 +02:00
committed by mergify[bot]
parent 36e51402cb
commit 891a840aa6
2 changed files with 17 additions and 1 deletions

View File

@ -46,4 +46,4 @@ parameters:
volumeNamePrefix: nfs-export-
reclaimPolicy: Delete
allowVolumeExpansion: false
allowVolumeExpansion: true