Skip to content

Commit

Permalink
REVERT test/e2e: switch xDS server type to Envoy
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Kriss <[email protected]>
  • Loading branch information
skriss committed Mar 4, 2024
1 parent a0cee74 commit 42e2085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ func DefaultContourConfiguration() *contour_v1alpha1.ContourConfiguration {

func XDSServerTypeFromEnv() contour_v1alpha1.XDSServerType {
// Default to contour if not provided.
serverType := contour_v1alpha1.ContourServerType
serverType := contour_v1alpha1.EnvoyServerType
typeFromEnv, found := os.LookupEnv("CONTOUR_E2E_XDS_SERVER_TYPE")
if found {
serverType = contour_v1alpha1.XDSServerType(typeFromEnv)
Expand Down

0 comments on commit 42e2085

Please sign in to comment.