From f92a8d62d12931153c63edcb5bda5b18498270a1 Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Thu, 10 Oct 2024 18:09:16 -0700 Subject: [PATCH] update pvc --- helm-charts/hypha-server/templates/pvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/hypha-server/templates/pvc.yaml b/helm-charts/hypha-server/templates/pvc.yaml index b5d2907a..b4576b91 100644 --- a/helm-charts/hypha-server/templates/pvc.yaml +++ b/helm-charts/hypha-server/templates/pvc.yaml @@ -4,7 +4,7 @@ metadata: name: hypha-data-pvc spec: accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: 10Gi