Skip to content

Commit 82775c9

Browse files
yankayBenjaminBraunDev
authored andcommitted
Add missing yq dependency to ensure make artifacts (kubernetes-sigs#1728)
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
1 parent 1a0e211 commit 82775c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ release-quickstart: ## Update the quickstart guide for a release.
370370
./hack/release-quickstart.sh
371371

372372
.PHONY: artifacts
373-
artifacts: kustomize
373+
artifacts: kustomize yq
374374
if [ -d artifacts ]; then rm -rf artifacts; fi
375375
mkdir -p artifacts
376376
$(KUSTOMIZE) build config/crd -o artifacts/manifests.yaml

0 commit comments

Comments
 (0)