From 52af90905322d5140355a95b5cf85076951bd372 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Mon, 9 Oct 2023 17:31:04 +0200 Subject: [PATCH] Try to fix eror with persistent storage --- kustomize/dovecot-volume.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/dovecot-volume.yaml b/kustomize/dovecot-volume.yaml index 62a6eaa..5e934db 100644 --- a/kustomize/dovecot-volume.yaml +++ b/kustomize/dovecot-volume.yaml @@ -6,7 +6,7 @@ metadata: app: dovecot spec: accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: 250Mi \ No newline at end of file