From 4e4060494f49525c290ff290b0334f9f3f3f11b4 Mon Sep 17 00:00:00 2001 From: Patryk Strusiewicz-Surmacki Date: Mon, 29 Apr 2024 18:10:27 +0200 Subject: [PATCH] Fixed makefile 2 Signed-off-by: Patryk Strusiewicz-Surmacki --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9912edac..66bb5689 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ install: manifests kustomize ## Install CRDs into the K8s cluster specified in ~ $(KUSTOMIZE) build config/crd | kubectl apply -f - .PHONY: install-certs -install-certs: manifests kustomize ## Install certs +install-certs: manifests kustomize ## Install certs $(KUSTOMIZE) build config/certmanager | kubectl apply -f - .PHONY: uninstall