From c443d5726f2f8dabff82d982c4bb2ed2301660be Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 12 Mar 2026 23:06:43 -0500 Subject: [PATCH] fix: pvc target --- clusters/cl01tl/helm/audiobookshelf/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/audiobookshelf/values.yaml b/clusters/cl01tl/helm/audiobookshelf/values.yaml index 48c8a792b..3cd34e8db 100644 --- a/clusters/cl01tl/helm/audiobookshelf/values.yaml +++ b/clusters/cl01tl/helm/audiobookshelf/values.yaml @@ -158,7 +158,7 @@ volsync-target-metadata: enabled: true schedule: 4 10 * * * volsync-target-books: - pvcTarget: audiobookshelf-books + pvcTarget: audiobookshelf-books-nfs-storage local: enabled: true schedule: 14 8 * * * @@ -175,7 +175,7 @@ volsync-target-books: restic: copyMethod: Direct volsync-target-audiobooks: - pvcTarget: audiobookshelf-audiobooks + pvcTarget: audiobookshelf-audiobooks-nfs-storage local: enabled: true schedule: 14 8 * * *