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