From e23a5dae71f430abec2204af5ed79c27f1e15f52 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Thu, 11 Apr 2024 19:39:00 -0400 Subject: [PATCH] Backport of docs: wrong indentation of to block in example YAML into release/1.17.x (#20979) backport of commit 3df60ed4aa07f982ec51e139ee0f7049f638d3a7 Co-authored-by: Di Sheng --- .../connect/gateways/api-gateway/configuration/routes.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/content/docs/connect/gateways/api-gateway/configuration/routes.mdx b/website/content/docs/connect/gateways/api-gateway/configuration/routes.mdx index 828a7e69e1..afa333dd2c 100644 --- a/website/content/docs/connect/gateways/api-gateway/configuration/routes.mdx +++ b/website/content/docs/connect/gateways/api-gateway/configuration/routes.mdx @@ -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 ```