From 0ce4355f0b6c47b113c6668b817ad993d263c808 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 2 Oct 2025 19:18:23 -0500 Subject: [PATCH] fix credential name --- clusters/cl01tl/applications/lidarr/values.yaml | 2 ++ clusters/cl01tl/applications/radarr-4k/values.yaml | 2 ++ clusters/cl01tl/applications/radarr-anime/values.yaml | 2 ++ clusters/cl01tl/applications/radarr-standup/values.yaml | 2 ++ clusters/cl01tl/applications/radarr/values.yaml | 2 ++ clusters/cl01tl/applications/sonarr-4k/values.yaml | 2 ++ clusters/cl01tl/applications/sonarr-anime/values.yaml | 2 ++ clusters/cl01tl/applications/sonarr/values.yaml | 2 ++ 8 files changed, 16 insertions(+) diff --git a/clusters/cl01tl/applications/lidarr/values.yaml b/clusters/cl01tl/applications/lidarr/values.yaml index 12f322fa7..7153364ac 100644 --- a/clusters/cl01tl/applications/lidarr/values.yaml +++ b/clusters/cl01tl/applications/lidarr/values.yaml @@ -108,6 +108,7 @@ postgres-17-cluster: objectStore: destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/lidarr2/lidarr2-postgresql-17-cluster index: 3 + endpointCredentials: lidarr-postgresql-17-cluster-backup-secret backup: enabled: true method: objectStore @@ -115,6 +116,7 @@ postgres-17-cluster: - name: external destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/lidarr2/lidarr2-postgresql-17-cluster index: 3 + endpointCredentials: lidarr-postgresql-17-cluster-backup-secret retentionPolicy: "3d" scheduledBackups: - name: daily-backup diff --git a/clusters/cl01tl/applications/radarr-4k/values.yaml b/clusters/cl01tl/applications/radarr-4k/values.yaml index 81fd1fbb3..d880d88ee 100644 --- a/clusters/cl01tl/applications/radarr-4k/values.yaml +++ b/clusters/cl01tl/applications/radarr-4k/values.yaml @@ -108,6 +108,7 @@ postgres-17-cluster: objectStore: destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5-4k/radarr5-4k-postgresql-17-cluster index: 3 + endpointCredentials: radarr-4k-postgresql-17-cluster-backup-secret backup: enabled: true method: objectStore @@ -115,6 +116,7 @@ postgres-17-cluster: - name: external destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5-4k/radarr5-4k-postgresql-17-cluster index: 3 + endpointCredentials: radarr-4k-postgresql-17-cluster-backup-secret retentionPolicy: "3d" scheduledBackups: - name: daily-backup diff --git a/clusters/cl01tl/applications/radarr-anime/values.yaml b/clusters/cl01tl/applications/radarr-anime/values.yaml index c7c369d23..8c90efb57 100644 --- a/clusters/cl01tl/applications/radarr-anime/values.yaml +++ b/clusters/cl01tl/applications/radarr-anime/values.yaml @@ -102,6 +102,7 @@ postgres-17-cluster: objectStore: destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5-anime/radarr5-anime-postgresql-17-cluster index: 2 + endpointCredentials: radarr-anime-postgresql-17-cluster-backup-secret backup: enabled: true method: objectStore @@ -109,6 +110,7 @@ postgres-17-cluster: - name: external destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5-anime/radarr5-anime-postgresql-17-cluster index: 2 + endpointCredentials: radarr-anime-postgresql-17-cluster-backup-secret retentionPolicy: "3d" scheduledBackups: - name: daily-backup diff --git a/clusters/cl01tl/applications/radarr-standup/values.yaml b/clusters/cl01tl/applications/radarr-standup/values.yaml index 76b38dda3..7f5a7cf44 100644 --- a/clusters/cl01tl/applications/radarr-standup/values.yaml +++ b/clusters/cl01tl/applications/radarr-standup/values.yaml @@ -102,6 +102,7 @@ postgres-17-cluster: objectStore: destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5-standup/radarr5-standup-postgresql-17-cluster index: 3 + endpointCredentials: radarr-standup-postgresql-17-cluster-backup-secret backup: enabled: true method: objectStore @@ -109,6 +110,7 @@ postgres-17-cluster: - name: external destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5-standup/radarr5-standup-postgresql-17-cluster index: 3 + endpointCredentials: radarr-standup-postgresql-17-cluster-backup-secret retentionPolicy: "3d" scheduledBackups: - name: daily-backup diff --git a/clusters/cl01tl/applications/radarr/values.yaml b/clusters/cl01tl/applications/radarr/values.yaml index ee8d9e139..7dbd5a77e 100644 --- a/clusters/cl01tl/applications/radarr/values.yaml +++ b/clusters/cl01tl/applications/radarr/values.yaml @@ -108,6 +108,7 @@ postgres-17-cluster: objectStore: destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5/radarr5-postgresql-17-cluster index: 5 + endpointCredentials: radarr-postgresql-17-cluster-backup-secret backup: enabled: true method: objectStore @@ -115,6 +116,7 @@ postgres-17-cluster: - name: external destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/radarr5/radarr5-postgresql-17-cluster index: 5 + endpointCredentials: radarr-postgresql-17-cluster-backup-secret retentionPolicy: "3d" scheduledBackups: - name: daily-backup diff --git a/clusters/cl01tl/applications/sonarr-4k/values.yaml b/clusters/cl01tl/applications/sonarr-4k/values.yaml index 3c8410929..55f18d046 100644 --- a/clusters/cl01tl/applications/sonarr-4k/values.yaml +++ b/clusters/cl01tl/applications/sonarr-4k/values.yaml @@ -105,6 +105,7 @@ postgres-17-cluster: objectStore: destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-4k/sonarr4-4k-postgresql-17-cluster index: 3 + endpointCredentials: sonarr-4k-postgresql-17-cluster-backup-secret backup: enabled: true method: objectStore @@ -112,6 +113,7 @@ postgres-17-cluster: - name: external destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-4k/sonarr4-4k-postgresql-17-cluster index: 3 + endpointCredentials: sonarr-4k-postgresql-17-cluster-backup-secret retentionPolicy: "3d" scheduledBackups: - name: daily-backup diff --git a/clusters/cl01tl/applications/sonarr-anime/values.yaml b/clusters/cl01tl/applications/sonarr-anime/values.yaml index 801fe294f..4c06de525 100644 --- a/clusters/cl01tl/applications/sonarr-anime/values.yaml +++ b/clusters/cl01tl/applications/sonarr-anime/values.yaml @@ -105,6 +105,7 @@ postgres-17-cluster: objectStore: destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-anime/sonarr4-anime-postgresql-17-cluster index: 3 + endpointCredentials: sonarr-anime-postgresql-17-cluster-backup-secret backup: enabled: true method: objectStore @@ -112,6 +113,7 @@ postgres-17-cluster: - name: external destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4-anime/sonarr4-anime-postgresql-17-cluster index: 3 + endpointCredentials: sonarr-anime-postgresql-17-cluster-backup-secret retentionPolicy: "3d" scheduledBackups: - name: daily-backup diff --git a/clusters/cl01tl/applications/sonarr/values.yaml b/clusters/cl01tl/applications/sonarr/values.yaml index dd6fefc1d..6ac26878f 100644 --- a/clusters/cl01tl/applications/sonarr/values.yaml +++ b/clusters/cl01tl/applications/sonarr/values.yaml @@ -105,6 +105,7 @@ postgres-17-cluster: objectStore: destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4/sonarr4-postgresql-17-cluster index: 3 + endpointCredentials: sonarr-postgresql-17-cluster-backup-secret backup: enabled: true method: objectStore @@ -112,6 +113,7 @@ postgres-17-cluster: - name: external destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/sonarr4/sonarr4-postgresql-17-cluster index: 3 + endpointCredentials: sonarr-postgresql-17-cluster-backup-secret retentionPolicy: "3d" scheduledBackups: - name: daily-backup