From 079f2b0fd9268a9ce066f389259e86e2ebdcb2a9 Mon Sep 17 00:00:00 2001 From: joshvanl Date: Tue, 1 Feb 2022 15:34:56 +0000 Subject: [PATCH] Add `AdditionalCertificateOutputFormats=true` to FEATURE_GATES default value in /devel/run-e2e.sh Signed-off-by: joshvanl --- devel/run-e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/run-e2e.sh b/devel/run-e2e.sh index 9c1a7b531..89b54926e 100755 --- a/devel/run-e2e.sh +++ b/devel/run-e2e.sh @@ -49,7 +49,7 @@ if [[ -n "$GINKGO_FOCUS" ]]; then GINKGO_FOCUS="--ginkgo.focus=${GINKGO_FOCUS}"; if [[ -n "$GINKGO_SKIP" ]]; then GINKGO_SKIP="--ginkgo.skip=${GINKGO_SKIP}"; fi # Default feature gates to enable -FEATURE_GATES="${FEATURE_GATES:-ExperimentalCertificateSigningRequestControllers=true,ExperimentalGatewayAPISupport=true}" +FEATURE_GATES="${FEATURE_GATES:-AdditionalCertificateOutputFormats=true,ExperimentalCertificateSigningRequestControllers=true,ExperimentalGatewayAPISupport=true}" # Configure PATH to use bazel provided e2e tools setup_tools