mirror of https://github.com/hashicorp/consul
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
parent
34016c9546
commit
e23a5dae71
|
@ -300,10 +300,10 @@ The following example creates a route named `example-route` in namespace `gatewa
|
||||||
- group: gateway.networking.k8s.io
|
- group: gateway.networking.k8s.io
|
||||||
kind: HTTPRoute
|
kind: HTTPRoute
|
||||||
namespace: gateway-namespace
|
namespace: gateway-namespace
|
||||||
to:
|
to:
|
||||||
- group: ""
|
- group: ""
|
||||||
kind: Service
|
kind: Service
|
||||||
name: echo
|
name: echo
|
||||||
```
|
```
|
||||||
|
|
||||||
</CodeBlockConfig>
|
</CodeBlockConfig>
|
||||||
|
|
Loading…
Reference in New Issue