From bcddeff92000b7a6f9095126fc38366755dae2e3 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 7 Oct 2025 15:47:49 -0500 Subject: [PATCH] disable backups --- clusters/cl01tl/platform/authentik/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/platform/authentik/values.yaml b/clusters/cl01tl/platform/authentik/values.yaml index 2a3aca054..120ecb5ee 100644 --- a/clusters/cl01tl/platform/authentik/values.yaml +++ b/clusters/cl01tl/platform/authentik/values.yaml @@ -72,8 +72,9 @@ postgres-17-cluster: destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/authentik/authentik-postgresql-17-cluster index: 2 retentionPolicy: "2d" + isWALArchiver: false scheduledBackups: - name: daily-backup - suspend: false - schedule: "0 0 * * *" + suspend: true + schedule: "0 0 0 * * *" backupName: external