From 4684b80fa0d651047a28a2dae9c006ed49c3fae5 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Tue, 2 Jul 2024 18:22:13 -0500 Subject: [PATCH] fix crd kind --- .../audiobookshelf/templates/replication-source.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/applications/audiobookshelf/templates/replication-source.yaml b/clusters/cl01tl/applications/audiobookshelf/templates/replication-source.yaml index 58dd64041..66ae1c607 100644 --- a/clusters/cl01tl/applications/audiobookshelf/templates/replication-source.yaml +++ b/clusters/cl01tl/applications/audiobookshelf/templates/replication-source.yaml @@ -1,5 +1,5 @@ -apiVersion: v1 -kind: PersistentVolume +apiVersion: volsync.backube/v1alpha1 +kind: ReplicationSource metadata: name: audiobookshelf-config-source namespace: {{ .Release.Namespace }} @@ -22,8 +22,8 @@ spec: volumeSnapshotClassName: ceph-blockpool-snapshot --- -apiVersion: v1 -kind: PersistentVolume +apiVersion: volsync.backube/v1alpha1 +kind: ReplicationSource metadata: name: audiobookshelf-metadata-source namespace: {{ .Release.Namespace }}