From 1e92ab786737e577faeb746e10aae586af8fe1d4 Mon Sep 17 00:00:00 2001 From: Raghavendra Talur Date: Mon, 17 Jun 2024 13:11:55 -0400 Subject: [PATCH] config: remove the requirement on the OADP/velero CRDs Adding the dependency on the CRDs doesn't help much as OLM doesn't support just pulling in the CRDs. The operator that provides the CRDs also gets installed and gets installed in a wrong namespace. Signed-off-by: Raghavendra Talur --- ...amen_dr_cluster.clusterserviceversion.yaml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/config/dr-cluster/manifests/bases/ramen_dr_cluster.clusterserviceversion.yaml b/config/dr-cluster/manifests/bases/ramen_dr_cluster.clusterserviceversion.yaml index a0a044bd5..ddca5ab8a 100644 --- a/config/dr-cluster/manifests/bases/ramen_dr_cluster.clusterserviceversion.yaml +++ b/config/dr-cluster/manifests/bases/ramen_dr_cluster.clusterserviceversion.yaml @@ -21,26 +21,6 @@ spec: kind: VolumeReplicationGroup name: volumereplicationgroups.ramendr.openshift.io version: v1alpha1 - required: - - name: backups.velero.io - description: Backup is a Velero resource that represents the capture of - Kubernetes cluster state at a point in time (API objects and - associated volume state) - displayName: Backup - kind: Backup - version: v1 - - name: restores.velero.io - description: Restore is a Velero resource that represents the application - of resources from a Velero backup to a target Kubernetes cluster - displayName: Restore - kind: Restore - version: v1 - - name: backupstoragelocations.velero.io - description: BackupStorageLocation is a location where Velero stores - backup objects - displayName: Backup Storage Location - kind: BackupStorageLocation - version: v1 description: Ramen is a disaster-recovery orchestrator for stateful applications across a set of peer kubernetes clusters which are deployed and managed using open-cluster-management (OCM) and provides cloud-native interfaces to orchestrate