From a2e0ee25ae86b3c3785d4bc83b11ef5320235a91 Mon Sep 17 00:00:00 2001 From: Eriks Zelenka Date: Sun, 17 Dec 2023 20:27:32 +0000 Subject: [PATCH] Fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01693934..b99327e4 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ envtest-list: envtest ## List of the available setup-envtest versions. $(ENVTEST) list .PHONY: manifests -manifests: tidy controller-gen ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects. +manifests: tidy ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects. $(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases .PHONY: generate