From 4d4c6a4299c6b919fa10e424517df9d035889142 Mon Sep 17 00:00:00 2001 From: Melvin GABALI Date: Fri, 16 Jan 2026 03:58:40 +0100 Subject: [PATCH] update pvc --- helm/homarr/rct/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/homarr/rct/values.yaml b/helm/homarr/rct/values.yaml index 685f458..7a49331 100644 --- a/helm/homarr/rct/values.yaml +++ b/helm/homarr/rct/values.yaml @@ -24,7 +24,7 @@ homarr: homarrDatabase: enabled: true # -- homarr-database persistent storage name - name: "homarr-database-rct" + name: "homarr-database" # -- homarr-database storage class name # Utilisation de Longhorn au lieu de local-path (qui n'existe pas) storageClassName: "longhorn-backup" @@ -35,7 +35,7 @@ homarr: # -- homarr-database mount path inside the pod mountPath: "/appdata" # -- homarr-database optional volumeClaimName to target specific PV - volumeClaimName: "" + volumeClaimName: "homarr-database-rct" # Configuration pour le chart homarr (référence au secret créé par le template) envSecrets: