fix crd kind
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user