Skip to content

Commit 531850d

Browse files
committed
Undo changes to install-gateway-crds command
1 parent 9bb4bdb commit 531850d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ EXPERIMENTAL_CONFORMANCE_PROFILES = GATEWAY-TLS
1818
CONFORMANCE_PROFILES = $(STANDARD_CONFORMANCE_PROFILES) # by default we use the standard conformance profiles. If experimental is enabled we override this and add the experimental profiles.
1919
SKIP_TESTS =
2020
CEL_TEST_TARGET =
21-
BRANCH = ?= main
2221

2322
# Check if ENABLE_EXPERIMENTAL is true
2423
ifeq ($(ENABLE_EXPERIMENTAL),true)
@@ -173,7 +172,7 @@ HELM_PARAMETERS += --set nginxGateway.name=nginx-gateway --set nginx.service.typ
173172
# it overrides the target in the main Makefile when the GW_API_VERSION is set to main
174173
ifeq ($(GW_API_VERSION),main)
175174
install-gateway-crds:
176-
kubectl kustomize "https://github.com/kubernetes-sigs/gateway-api/config/crd/$(if $(filter true,$(ENABLE_EXPERIMENTAL)),experimental,)?timeout=120&ref=$(BRANCH)" | kubectl apply -f -
175+
kubectl kustomize "https://github.com/kubernetes-sigs/gateway-api/config/crd/$(if $(filter true,$(ENABLE_EXPERIMENTAL)),experimental,)?timeout=120&ref=main" | kubectl apply -f -
177176
endif
178177

179178
.PHONY: install-ngf-local-no-build

0 commit comments

Comments
 (0)