From 2d84beac8adda6fc961d42d7390bb06f32658fb7 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 8 Jan 2025 17:30:42 -0600 Subject: [PATCH] disable backups --- clusters/cl01tl/management/argo-workflows/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/management/argo-workflows/values.yaml b/clusters/cl01tl/management/argo-workflows/values.yaml index 18ae832a9..2ef731f9d 100644 --- a/clusters/cl01tl/management/argo-workflows/values.yaml +++ b/clusters/cl01tl/management/argo-workflows/values.yaml @@ -106,8 +106,8 @@ postgres-17-cluster: monitoring: enabled: true backup: - enabled: true + enabled: false endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/argo-workflows/argo-workflows-postgresql-17-cluster endpointCredentials: argo-workflows-postgresql-17-cluster-backup-secret - backupIndex: 2 + backupIndex: 1