api
api copied to clipboard
Improve the default bundle validation - Inform when the entries are duplicated
What
If we duplicate entries for the owned.crd then the error bellow will be faced:
ERRO[0000] Error: Value ceph.rook.io/v1, Kind=CephCluster: owned CRD "ceph.rook.io/v1, Kind=CephCluster" not found in bundle "ocs-operator.v4.8.0"
This issue is an RFE for we inform the users that the entry is duplicated instead
Motivation
It was too hard to be found to solve the https://github.com/operator-framework/operator-sdk/issues/4374
@ryantking do you think that you could give us a hand with this one?