operator-framework / operator-courier

Build, verify and push operators
Apache License 2.0
41 stars 53 forks source link

operator courier don't validate all customresourcedefinitions required fields #136

Closed ssimk0 closed 2 months ago

ssimk0 commented 5 years ago

Hi, I validating operator with courier operator-courier verify --ui_validate_io path which don't have fields:

but this field is required by olm, when I try apply the CSV without these I get error: spec.customresourcedefinitions.owned.displayName in body is required spec.customresourcedefinitions.owned.description in body is required

jsm84 commented 5 years ago

+1 on this. I had a partner fail in the certification pipeline who was missing these same two fields, and the metadata passed operator-courier verify --ui_validate_io with no errors or warnings.