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
The text was updated successfully, but these errors were encountered:
HarikrishnanBalagopal
changed the title
bug: good practices validator always reports CRD description empty even when the definitions field is not being used.
bug: good practices validator always reports CRD description empty even when the definitions field is not being used in the CSV.
Sep 15, 2023
grokspawn
changed the title
bug: good practices validator always reports CRD description empty even when the definitions field is not being used in the CSV.
RFE: good practices validator only warn for empty CRD desc if spec.customresourcedefinitions in csv is not empty
Apr 1, 2024
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:It's even in the docs where the show how to validate the bundle https://sdk.operatorframework.io/docs/advanced-topics/custom-bundle-validation/
The text was updated successfully, but these errors were encountered: