Skip to content

Commit cf108fd

Browse files
authored
Fix DestinationRule v
1 parent b8c6870 commit cf108fd

File tree

1 file changed

+2
-2
lines changed
  • conformance/reports/v0.4.0/gateway/istio

1 file changed

+2
-2
lines changed

conformance/reports/v0.4.0/gateway/istio/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/gateway-api-i
4747
kubectl create namespace gateway-conformance-app-backend
4848
4949
cat << EOF | kubectl apply -f -
50-
apiVersion: networking.istio.io/v2
50+
apiVersion: networking.istio.io/v1
5151
kind: DestinationRule
5252
metadata:
5353
name: primary-endpoint-picker-tls
@@ -78,4 +78,4 @@ git clone [email protected]:kubernetes-sigs/gateway-api-inference-extension.git; cd
7878
7979
#go test...
8080
81-
```
81+
```

0 commit comments

Comments
 (0)