From 4547449a6d88cfad459c65e33aba3570d291e32e 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.15.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 8d2762d7e66..e23e7be260e 100644 --- a/website/content/docs/connect/config-entries/exported-services.mdx +++ b/website/content/docs/connect/config-entries/exported-services.mdx @@ -261,7 +261,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: default spec: @@ -337,7 +337,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: finance spec: @@ -418,7 +418,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: finance spec: @@ -495,7 +495,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: default spec: @@ -559,7 +559,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: finance spec: @@ -625,7 +625,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: finance spec: