We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0e211 commit 82775c9Copy full SHA for 82775c9
Makefile
@@ -370,7 +370,7 @@ release-quickstart: ## Update the quickstart guide for a release.
370
./hack/release-quickstart.sh
371
372
.PHONY: artifacts
373
-artifacts: kustomize
+artifacts: kustomize yq
374
if [ -d artifacts ]; then rm -rf artifacts; fi
375
mkdir -p artifacts
376
$(KUSTOMIZE) build config/crd -o artifacts/manifests.yaml
0 commit comments