There are Kustomize patches specified in the project which provide options to introduce additional validations in the CRD like: https://github.com/operator-framework/rukpak/tree/main/manifests/base/apis/crds/patches. If any changes are made to these files, kustomize build command needs to be manually run to update the CRDs. It would be helpful to have a Makefile target that executes Kustomize build commands for the ease of development.