Backport of docs: Update k8s/connect/create-sameness-groups into release/1.17.x (#20326)

backport of commit ad1d4f30de

Co-authored-by: Krastin Krastev <krastin@hashicorp.com>
pull/20355/head
hc-github-team-consul-core 2024-01-24 10:44:00 -06:00 committed by GitHub
parent a7362db204
commit 2c9a41ef20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -146,7 +146,7 @@ The following example demonstrates how to format three different `ExportedServic
apiVersion: consul.hashicorp.com/v1alpha1 apiVersion: consul.hashicorp.com/v1alpha1
Kind: ExportedServices Kind: ExportedServices
metadata: metadata:
name: product-group-export name: partition-1
spec: spec:
services: services:
- name: api - name: api
@ -163,7 +163,7 @@ spec:
apiVersion: consul.hashicorp.com/v1alpha1 apiVersion: consul.hashicorp.com/v1alpha1
Kind: ExportedServices Kind: ExportedServices
metadata: metadata:
name: product-group-export name: partition-2
spec: spec:
services: services:
- name: api - name: api
@ -180,7 +180,7 @@ spec:
apiVersion: consul.hashicorp.com/v1alpha1 apiVersion: consul.hashicorp.com/v1alpha1
Kind: ExportedServices Kind: ExportedServices
metadata: metadata:
name: product-group-export name: partition-1
spec: spec:
services: services:
- name: api - name: api