From 3f3a11f383b57b3f98062fbc10270857b4c9b3bc Mon Sep 17 00:00:00 2001 From: kerthcet Date: Fri, 1 Mar 2024 14:09:07 +0800 Subject: [PATCH] debug Signed-off-by: kerthcet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 656a2241..a9789a0b 100644 --- a/Makefile +++ b/Makefile @@ -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\