From 9eaff9c0f7eb1653f17f6c5912b8131a74c76b28 Mon Sep 17 00:00:00 2001 From: James Allenby Date: Sun, 4 Jan 2026 00:00:19 +0000 Subject: [PATCH] change pvc access mode --- templates/pvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pvc.yaml b/templates/pvc.yaml index d5d4282..9b47f50 100644 --- a/templates/pvc.yaml +++ b/templates/pvc.yaml @@ -4,7 +4,7 @@ metadata: name: discord-mautrix-data spec: accessModes: - - ReadWriteOncePod + - ReadWriteOnce resources: requests: storage: 100Mi