Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: kerthcet <[email protected]>
  • Loading branch information
kerthcet committed Mar 1, 2024
1 parent ebe57ac commit 3f3a11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ help: ## Display this help.

.PHONY: manifests
manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
$(CONTROLLER_GEN) \
$(CONTROLLER_GEN) -hhhh \
rbac:roleName=manager-role output:rbac:artifacts:config=config/rbac\
crd:generateEmbeddedObjectMeta=true output:crd:artifacts:config=config/crd/bases\
webhook output:webhook:artifacts:config=config/webhook\
Expand Down

0 comments on commit 3f3a11f

Please sign in to comment.