diff --git a/Makefile b/Makefile index fcee54a4..ba0dd842 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ dev-deploy: manifests # Generate manifests e.g. CRD, RBAC etc. manifests: controller-gen + $(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=manager-role paths="./..." output:crd:artifacts:config="config/crd/bases" cd api; $(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=manager-role paths="./..." output:crd:artifacts:config="../config/crd/bases" # Generate API reference documentation