Skip to content

Commit

Permalink
test(e2e): enable experimental channel in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont committed Jul 18, 2022
1 parent 81dab14 commit 72b245d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/gateway/gatewayapi/gateway_api.go
Expand Up @@ -18,7 +18,7 @@ func GatewayAPICRDs(cluster Cluster) error {
return k8s.RunKubectlE(
cluster.GetTesting(),
cluster.GetKubectlOptions(),
"apply", "-f", "https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.5.0/standard-install.yaml")
"apply", "-f", "https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.5.0/experimental-install.yaml")
}

const GatewayClass = `
Expand Down

0 comments on commit 72b245d

Please sign in to comment.