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.
2 parents ba59454 + d9bd7be commit e859273Copy full SHA for e859273
Makefile
@@ -339,7 +339,7 @@ verify-security: ## Verify code and images for vulnerabilities
339
##@ Development:
340
341
.PHONY: install-tools # populate hack/tools/bin
342
-install-tools: $(ENVSUBST) $(KUSTOMIZE) $(KUBECTL) $(HELM) $(GINKGO) $(KIND) $(AZWI)
+install-tools: $(ENVSUBST) $(KUSTOMIZE) $(KUBECTL) $(HELM) $(GINKGO) $(KIND) $(AZWI) $(YQ)
343
344
.PHONY: create-management-cluster
345
create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create a management cluster.
0 commit comments