From 8644b6a1bb4c643dd7d2bdfd234a507b1e441ad1 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Fri, 22 Nov 2024 15:56:31 +0100 Subject: [PATCH] chore(noco): switch to Hcloud blob storage --- nocodb/resources/pvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nocodb/resources/pvc.yaml b/nocodb/resources/pvc.yaml index 25e932b..af88e1d 100644 --- a/nocodb/resources/pvc.yaml +++ b/nocodb/resources/pvc.yaml @@ -6,7 +6,7 @@ metadata: labels: app.kubernetes.io/name: nocodb spec: - storageClassName: garage + storageClassName: vikunja-content resources: requests: storage: 10Gi