From f579e3c0394c56cd2313ccc1b005a2c5b8fffff1 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..800eb63 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: hcloud-blob resources: requests: storage: 10Gi