Tweak `make manifest` target to reenable RBAC gen

This commit is contained in:
Hidde Beydals 2020-09-10 21:18:41 +02:00
parent 845947c814
commit 681d858257
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ dev-cleanup: 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