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 need to validate that our CRDs are inline with the version of the operator-sdk we have. For this we should do that by reusing the sdk version in the vendor folder, and triggering the generation via a make target file.
Acceptance_Criteria:
Generate new make target
Ensure binary is build via the vendor dependencies for the sdk
Ensure the CRDs generation take place per pr, basically validate if they match the generate ones on the fly from the vendor operator-sdk dependency
The text was updated successfully, but these errors were encountered:
Idea:
We need to validate that our CRDs are inline with the version of the operator-sdk we have. For this we should do that by reusing the sdk version in the vendor folder, and triggering the generation via a make target file.
Acceptance_Criteria:
The text was updated successfully, but these errors were encountered: