From 50280fc86dcabf18517632b1313c27548ed17d29 Mon Sep 17 00:00:00 2001 From: Friedrich Wilken Date: Tue, 31 Oct 2023 14:46:41 +0100 Subject: [PATCH] Fix typo in maketarget. --- hack/ci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/ci/Makefile b/hack/ci/Makefile index 6c958ab2..09e05a70 100644 --- a/hack/ci/Makefile +++ b/hack/ci/Makefile @@ -82,4 +82,4 @@ install-k3d-tools: ## Create k3d with kyma CRDs. .PHONY: apply-peerauthentication-crd apply-peerauthentication-crd: - kubectl apply ./security.istio.io_peerauthentication.yaml + kubectl apply -f ./security.istio.io_peerauthentication.yaml