Skip to content

Commit

Permalink
config: remove the requirement on the OADP/velero CRDs
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
raghavendra-talur committed Jun 17, 2024
1 parent 773d883 commit 1e92ab7
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e92ab7

Please sign in to comment.