Skip to content

Commit e859273

Browse files
authored
Merge pull request #5822 from jackfrancis/install-tools-yq
chore: add yq install to make install-tools
2 parents ba59454 + d9bd7be commit e859273

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
@@ -339,7 +339,7 @@ verify-security: ## Verify code and images for vulnerabilities
339339
##@ Development:
340340

341341
.PHONY: install-tools # populate hack/tools/bin
342-
install-tools: $(ENVSUBST) $(KUSTOMIZE) $(KUBECTL) $(HELM) $(GINKGO) $(KIND) $(AZWI)
342+
install-tools: $(ENVSUBST) $(KUSTOMIZE) $(KUBECTL) $(HELM) $(GINKGO) $(KIND) $(AZWI) $(YQ)
343343

344344
.PHONY: create-management-cluster
345345
create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create a management cluster.

0 commit comments

Comments
 (0)