From b24e710da6468d26bbda1b5c924add107b772790 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 24 Feb 2026 18:26:13 -0600 Subject: [PATCH] feat: disable backups --- clusters/cl01tl/helm/authentik/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/authentik/values.yaml b/clusters/cl01tl/helm/authentik/values.yaml index ce1a9c663..b5de7fad8 100644 --- a/clusters/cl01tl/helm/authentik/values.yaml +++ b/clusters/cl01tl/helm/authentik/values.yaml @@ -72,7 +72,7 @@ postgres-18-cluster: backup: objectStore: - name: garage-local - index: 1 + index: 2 destinationBucket: postgres-backups externalSecretCredentialPath: /garage/home-infra/postgres-backups isWALArchiver: true @@ -91,7 +91,7 @@ postgres-18-cluster: # isWALArchiver: false scheduledBackups: - name: live-backup - suspend: false + suspend: true immediate: true schedule: "0 0 0 * * *" backupName: garage-local