From d9e323f09a6e073d894c12400b1b2bbff7d066ab Mon Sep 17 00:00:00 2001 From: Adi Muraru Date: Wed, 28 Jul 2021 12:35:48 +0300 Subject: [PATCH] [INTERNAL] make manifests should be called manually, if needed (#25) We made some chnages for spinnaker annotations and `preserveUnknownFields` that would be overriden by `make manifests` --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 5c67d2c12..252d79c4c 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ install-kustomize: fi # Run tests -test: generate fmt vet manifests bin/setup-envtest +test: generate fmt vet bin/setup-envtest cd api && go test ./... bin/setup-envtest use -p env ${ENVTEST_K8S_VERSION} > bin/envtest.sh \ && source bin/envtest.sh; \ @@ -98,7 +98,7 @@ manager: generate fmt vet go build -o bin/manager main.go # Run against the configured Kubernetes cluster in ~/.kube/config -run: generate fmt vet manifests +run: generate fmt vet go run ./main.go # Install CRDs into a cluster by manually creating or replacing the CRD depending on whether is currently existing