Backport of docs: wrong indentation of to block in example YAML into release/1.17.x (#20979)

backport of commit 3df60ed4aa

Co-authored-by: Di Sheng <nuodi@hotmail.com>
pull/20989/head
hc-github-team-consul-core 2024-04-11 19:39:00 -04:00 committed by GitHub
parent 34016c9546
commit e23a5dae71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -300,10 +300,10 @@ The following example creates a route named `example-route` in namespace `gatewa
- group: gateway.networking.k8s.io
kind: HTTPRoute
namespace: gateway-namespace
to:
- group: ""
kind: Service
name: echo
to:
- group: ""
kind: Service
name: echo
```
</CodeBlockConfig>