From dbdd1452bff411180f4f8c273afba8fb5898e388 Mon Sep 17 00:00:00 2001 From: Mathis Date: Thu, 1 Feb 2024 17:32:24 +0000 Subject: [PATCH] Change restic pvc to ReadWriteOnce --- apps/gitea/restic-pvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gitea/restic-pvc.yaml b/apps/gitea/restic-pvc.yaml index da1b0de..67d7aaf 100755 --- a/apps/gitea/restic-pvc.yaml +++ b/apps/gitea/restic-pvc.yaml @@ -5,7 +5,7 @@ metadata: namespace: gitea spec: accessModes: - - ReadWriteMany + - ReadWriteOnce resources: requests: storage: 5Gi