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 6b2a897 + 76980fd commit 2e3a8e1Copy full SHA for 2e3a8e1
Makefile
@@ -382,7 +382,7 @@ run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
382
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
383
384
PHONY: crd-schema-check
385
-BRANCH=main
+BRANCH ?= main
386
crd-schema-check: manifests
387
INSTALL_DIR=$(LOCALBIN) CRD_SCHEMA_CHECKER_VERSION=$(CRD_SCHEMA_CHECKER_VERSION) hack/build-crd-schema-checker.sh
388
INSTALL_DIR=$(LOCALBIN) BASE_REF="$${PULL_BASE_SHA:-$(BRANCH)}" hack/crd-schema-checker.sh
0 commit comments