Skip to content

Commit

Permalink
Update allowedRoutes from selector to all
Browse files Browse the repository at this point in the history
  • Loading branch information
levikobi committed Jul 25, 2023
1 parent 9346122 commit 408c873
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions conformance/tests/gateway-with-attached-routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,7 @@ spec:
kinds:
- kind: HTTPRoute
namespaces:
from: Selector
selector:
matchLabels:
# This label is added automatically as of K8s 1.22
# to all namespaces
kubernetes.io/metadata.name: gateway-conformance-infra
from: All
---
apiVersion: gateway.networking.k8s.io/v1beta1
kind: HTTPRoute
Expand Down

0 comments on commit 408c873

Please sign in to comment.