add var
This commit is contained in:
@@ -41,6 +41,10 @@ spec:
|
||||
helm:
|
||||
valueFiles:
|
||||
- values.yaml
|
||||
values: |
|
||||
longhorn:
|
||||
defaultBackupStore:
|
||||
backupTarget: "nfs://10.78.107.107:/SAUVEGARDES/KUBERNETES/{{path.basename}}"
|
||||
destination:
|
||||
# Les variables {{name}} et {{server}} viennent du fichier config.json
|
||||
# (deuxième générateur du merge)
|
||||
|
||||
@@ -55,9 +55,10 @@ longhorn:
|
||||
storageMinimalAvailablePercentage: 0
|
||||
|
||||
# Configuration du BackupTarget NFS
|
||||
# L'environnement sera injecté via l'ApplicationSet ArgoCD
|
||||
defaultBackupStore:
|
||||
# Endpoint utilisé pour accéder au backupstore NFS
|
||||
backupTarget: "nfs://10.78.107.107:/SAUVEGARDES/KUBERNETES/dev"
|
||||
backupTarget: "" # Sera remplacé par l'ApplicationSet avec l'environnement
|
||||
# Nom du secret Kubernetes associé au backup target (vide si pas d'authentification)
|
||||
backupTargetCredentialSecret: ""
|
||||
# Intervalle en secondes avant de vérifier le backupstore pour de nouveaux backups (défaut: 300)
|
||||
|
||||
Reference in New Issue
Block a user