Open
Description
api/pkg/validation/internal/good_practices.go
Line 243 in 28c6773
This warning is always returned, even when you are not using the customresourcedefinitions
field. Example:
spec:
apiservicedefinitions: {}
customresourcedefinitions: {}
It's even in the docs where the show how to validate the bundle https://sdk.operatorframework.io/docs/advanced-topics/custom-bundle-validation/