From d788df42cbde5ab5a9a5cdf5ac1f1d1492b27bf3 Mon Sep 17 00:00:00 2001 From: Itzhak Kave Date: Wed, 30 Oct 2024 14:07:54 +0200 Subject: [PATCH] Add the param 'allowVolumeExpansion: true' to allow resize OSD with GCP (#10681) Signed-off-by: Itzhak Kave Co-authored-by: Itzhak Kave --- ocs_ci/templates/ocs-deployment/storageclass.gcp.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ocs_ci/templates/ocs-deployment/storageclass.gcp.yaml b/ocs_ci/templates/ocs-deployment/storageclass.gcp.yaml index c52229e5233..c316cd6d31b 100644 --- a/ocs_ci/templates/ocs-deployment/storageclass.gcp.yaml +++ b/ocs_ci/templates/ocs-deployment/storageclass.gcp.yaml @@ -6,4 +6,5 @@ provisioner: kubernetes.io/gce-pd parameters: type: pd-ssd volumeBindingMode: WaitForFirstConsumer +allowVolumeExpansion: true reclaimPolicy: Delete