From 748d56026ac483a57867d3e116e2a7b5f7208a3c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 18 Feb 2025 17:51:59 -0600 Subject: [PATCH] enable backups --- clusters/cl01tl/platform/authentik/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/platform/authentik/values.yaml b/clusters/cl01tl/platform/authentik/values.yaml index 7bd2c81ba..f7f2e8b28 100644 --- a/clusters/cl01tl/platform/authentik/values.yaml +++ b/clusters/cl01tl/platform/authentik/values.yaml @@ -74,8 +74,8 @@ postgres-17-cluster: monitoring: enabled: true backup: - enabled: false + enabled: true endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/authentik/authentik-postgresql-17-cluster endpointCredentials: authentik-postgresql-17-cluster-backup-secret - backupIndex: 2 + backupIndex: 1