From af9ea52245ac7a804de85298fa1b0671be05af4f Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 25 Sep 2025 17:42:58 -0400 Subject: [PATCH] rook-ceph: allow expanding weyma-shared volumes --- system-apps/rook-ceph/storage/shared/weyma-shared-pv.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system-apps/rook-ceph/storage/shared/weyma-shared-pv.yaml b/system-apps/rook-ceph/storage/shared/weyma-shared-pv.yaml index 7efa8b2..24f6471 100644 --- a/system-apps/rook-ceph/storage/shared/weyma-shared-pv.yaml +++ b/system-apps/rook-ceph/storage/shared/weyma-shared-pv.yaml @@ -27,4 +27,6 @@ parameters: csi.storage.k8s.io/node-stage-secret-name: rook-csi-cephfs-node csi.storage.k8s.io/node-stage-secret-namespace: rook-ceph -reclaimPolicy: Delete \ No newline at end of file +reclaimPolicy: Delete + +allowVolumeExpansion: true \ No newline at end of file