Skip to content

Commit

Permalink
Change GATEWAY_OVERRIDE for contour
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Oct 10, 2023
1 parent 93f67ca commit a40781e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function parse_flags() {
;;
--contour)
readonly INGRESS=contour
readonly GATEWAY_OVERRIDE=envoy
readonly GATEWAY_OVERRIDE=envoy-knative-gateway
readonly GATEWAY_NAMESPACE_OVERRIDE=contour-external
readonly UNSUPPORTED_E2E_TESTS="${CONTOUR_UNSUPPORTED_E2E_TESTS}"
return 1
Expand Down

0 comments on commit a40781e

Please sign in to comment.