feat: fix current problem with helm upgrade

This commit is contained in:
Justin Kreller
2025-08-01 23:08:40 +02:00
parent cc42f67d6a
commit 86383c9fc3

View File

@@ -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/