From 86383c9fc32a63836a22b821974ff88dacea1980 Mon Sep 17 00:00:00 2001 From: Justin Kreller Date: Fri, 1 Aug 2025 23:08:40 +0200 Subject: [PATCH] feat: fix current problem with helm upgrade --- charts/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/values.yaml b/charts/values.yaml index a22a06f..111b101 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -41,7 +41,7 @@ persistence: enabled: true accessModes: - ReadWriteOnce - storageClassName: "PLACEHOLDER" + storageClassName: "csi-cephfs-sc" size: 19Gi # This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/