Tweak `make manifest` target to reenable RBAC gen
This commit is contained in:
parent
c8631888a0
commit
7f0c99cf03
1
Makefile
1
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
|
||||
|
|
Loading…
Reference in New Issue