diff --git a/Makefile b/Makefile index 16d256664..e61866beb 100644 --- a/Makefile +++ b/Makefile @@ -370,7 +370,7 @@ release-quickstart: ## Update the quickstart guide for a release. ./hack/release-quickstart.sh .PHONY: artifacts -artifacts: kustomize +artifacts: kustomize yq if [ -d artifacts ]; then rm -rf artifacts; fi mkdir -p artifacts $(KUSTOMIZE) build config/crd -o artifacts/manifests.yaml