fix: update storageClassName to 'proxmox-csi' in values.yaml

This commit is contained in:
Elmar Kresse
2025-08-29 10:52:42 +02:00
parent 05bb63913e
commit 8754bab64e

View File

@@ -41,7 +41,7 @@ persistence:
enabled: true enabled: true
accessModes: accessModes:
- ReadWriteOnce - ReadWriteOnce
storageClassName: "PLACEHOLDER" storageClassName: "proxmox-csi"
size: 19Gi 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/ # 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/