From 54fabb3a083d3879b7c0c1d1d5e4060a855b846f Mon Sep 17 00:00:00 2001 From: Martin Gencur Date: Tue, 6 Sep 2022 10:32:41 +0200 Subject: [PATCH] TMP: Enable tls in the standard e2e make target - test purposes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea76edd5b956..3d336e87bd4c 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ test-install: .PHONY: test-install test-e2e: - ./openshift/e2e-tests.sh + ENABLE_INTERNAL_TLS="true" ./openshift/e2e-tests.sh .PHONY: test-e2e test-e2e-tls: