From 3d7dc247faba9ff661653b53b8a62496c558a292 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Fri, 27 Oct 2023 10:22:30 -0400 Subject: [PATCH] Backport of Fix casing in example yaml config into release/1.16.x (#19407) backport of commit 2da2736c3c9df2b1888894d3d441768abe288efb Co-authored-by: Nathan Coleman --- .../connect/config-entries/exported-services.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/website/content/docs/connect/config-entries/exported-services.mdx b/website/content/docs/connect/config-entries/exported-services.mdx index 4efa62ad1..7a268aeb7 100644 --- a/website/content/docs/connect/config-entries/exported-services.mdx +++ b/website/content/docs/connect/config-entries/exported-services.mdx @@ -320,7 +320,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: default spec: @@ -396,7 +396,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: finance spec: @@ -477,7 +477,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: finance spec: @@ -548,7 +548,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: default spec: @@ -607,7 +607,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: default spec: @@ -671,7 +671,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: finance spec: @@ -737,7 +737,7 @@ Services = [ ```yaml apiVersion: consul.hashicorp.com/v1alpha1 -Kind: ExportedServices +kind: ExportedServices metadata: name: finance spec: