Tweak `make manifest` target to reenable RBAC gen

This commit is contained in:
Hidde Beydals 2020-09-10 21:14:01 +02:00
parent 6cb931a2b5
commit 649a819110
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,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