From 7ce020ae08713200b359efd2d452e1daa22bae6a Mon Sep 17 00:00:00 2001 From: alexlebens Date: Tue, 2 Jul 2024 19:12:19 -0500 Subject: [PATCH] fix secret name --- .../audiobookshelf/templates/replication-source.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/applications/audiobookshelf/templates/replication-source.yaml b/clusters/cl01tl/applications/audiobookshelf/templates/replication-source.yaml index 33e787aed..d450204cd 100644 --- a/clusters/cl01tl/applications/audiobookshelf/templates/replication-source.yaml +++ b/clusters/cl01tl/applications/audiobookshelf/templates/replication-source.yaml @@ -15,7 +15,7 @@ spec: schedule: 0 */6 * * * restic: pruneIntervalDays: 14 - repository: restic-backup-secret + repository: audiobookshelf-config-backup-secret retain: hourly: 1 daily: 1 @@ -44,7 +44,7 @@ spec: schedule: 0 */6 * * * restic: pruneIntervalDays: 14 - repository: restic-backup-secret + repository: audiobookshelf-metadata-backup-secret retain: hourly: 1 daily: 1