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/