Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix make command for generating manifests
make generate does not generate the CRDs in config/crd/base the correct command to accomplish this is make manifests. See Makefile: generate: controller-gen ## Generate code (deepcopy) $(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..." manifests: controller-gen ## Generate manifests (CRDs, RBAC, etc.) $(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
- Loading branch information