We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc1c36 commit 6270a80Copy full SHA for 6270a80
Makefile
@@ -96,7 +96,7 @@ help: ## Display this help.
96
##@ Development
97
98
.PHONY: manifests
99
-manifests: controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects.
+manifests: controller-gen ## Generate WebhookConfiguration, RBAC and CustomResourceDefinition objects.
100
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases
101
102
.PHONY: generate
0 commit comments