Skip to content

Commit

Permalink
FIX: wrong indentation of to block in Example yaml (#20974)
Browse files Browse the repository at this point in the history
docs: Fix wrong indentation of `to` block in cross-namespace `backendRef` example YAML file
  • Loading branch information
ChocolateAceCream authored Apr 11, 2024
1 parent a8d08e7 commit e52b170
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit e52b170

Please sign in to comment.