apisnoop / gateway-api-test-framework

Framework to test different gateway-api implementations
0 stars 1 forks source link

Contour deployment is always using 'main' for the gateway-provisioner #27

Closed heyste closed 5 months ago

heyste commented 5 months ago

The reference to main in implementation/contour.sh#L17 should be ${CONTOUR_VERSION}

kubectl apply -f <(curl -s https://raw.githubusercontent.com/projectcontour/contour/main/examples/gateway-provisioner/03-gateway-provisioner.yaml | \