You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are stuck on operator-framework/community-operators#2921, because operator-courier2.1.11 complains about package.yaml containing csv.spec.provider which is not the case. ERROR: csv.spec.provider should be a singleton list. [resource-locker-operator/package.yaml]
ERROR: csv.spec.provider should be a singleton list. [resource-locker-operator/package.yaml]
ERROR: UI validation failed to verify that required fields for operatorhub.io are properly formatted. [resource-locker-operator/package.yaml]
Resulting bundle is invalid, input yaml is improperly defined.
expected output:
{"warnings": [], "errors": []}
The text was updated successfully, but these errors were encountered:
Hi team,
we are stuck on operator-framework/community-operators#2921, because
operator-courier
2.1.11 complains aboutpackage.yaml
containingcsv.spec.provider
which is not the case.ERROR: csv.spec.provider should be a singleton list. [resource-locker-operator/package.yaml]
Despite package.yaml looks like this:
Steps to reproduce
output:
expected output:
The text was updated successfully, but these errors were encountered: