Tweak `make manifest` target to reenable RBAC gen

This commit is contained in:
Hidde Beydals 2020-09-10 21:07:59 +02:00
parent c8631888a0
commit 7f0c99cf03
1 changed files with 1 additions and 0 deletions

View File

@ -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