Skip to content

Commit 592863a

Browse files
authored
fix version to v0.2.0 in tls passthrough docs (#660)
Signed-off-by: Arko Dasgupta <[email protected]>
1 parent f88877d commit 592863a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/tls-passthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ kubectl create secret tls server-certs --key=passthrough.example.com.key --cert=
4545
Deploy TLS Passthrough application Deployment, Service and TLSRoute:
4646

4747
```shell
48-
kubectl apply -f https://raw.githubusercontent.com/envoyproxy/gateway/v0.2.0-rc2/examples/kubernetes/tls-passthrough.yaml
48+
kubectl apply -f https://raw.githubusercontent.com/envoyproxy/gateway/v0.2.0/examples/kubernetes/tls-passthrough.yaml
4949
```
5050

5151
Patch the Gateway from the Quickstart guide to include a TLS listener that listens on port `6443` and is configured for TLS mode Passthrough:

0 commit comments

Comments
 (0)