From 4211867d6b7c63253be699903c8302860fead8ef Mon Sep 17 00:00:00 2001 From: Nathan Coleman Date: Fri, 27 Oct 2023 09:14:47 -0500 Subject: [PATCH] Backport of Fix casing in example yaml config to release/1.13.x --- .../connect/config-entries/exported-services.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/content/docs/connect/config-entries/exported-services.mdx b/website/content/docs/connect/config-entries/exported-services.mdx index 0aa37e711e7..93577b489ec 100644 --- a/website/content/docs/connect/config-entries/exported-services.mdx +++ b/website/content/docs/connect/config-entries/exported-services.mdx @@ -259,7 +259,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: default spec: @@ -333,7 +333,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: finance spec: @@ -412,7 +412,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: finance spec: @@ -487,7 +487,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: default spec: @@ -549,7 +549,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: finance spec: @@ -613,7 +613,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: finance spec: