From b1681321766f84f75bd3e0ff9207ad492932b8ef Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 27 Jun 2023 20:23:03 -0700 Subject: [PATCH] Update create-sameness-groups.mdx (#17927) --- .../usage/create-sameness-groups.mdx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/website/content/docs/k8s/connect/cluster-peering/usage/create-sameness-groups.mdx b/website/content/docs/k8s/connect/cluster-peering/usage/create-sameness-groups.mdx index 24e9e5874b..8f6fd376a4 100644 --- a/website/content/docs/k8s/connect/cluster-peering/usage/create-sameness-groups.mdx +++ b/website/content/docs/k8s/connect/cluster-peering/usage/create-sameness-groups.mdx @@ -89,9 +89,9 @@ metadata: spec: defaultForFailover: true members: - partition: partition-1 - partition: partition-2 - peer: dc2-partition-1 + - partition: partition-1 + - partition: partition-2 + - peer: dc2-partition-1 ``` @@ -106,9 +106,9 @@ metadata: spec: defaultForFailover: true members: - partition: partition-2 - partition: partition-1 - peer: dc2-partition-1 + - partition: partition-2 + - partition: partition-1 + - peer: dc2-partition-1 ``` @@ -123,9 +123,9 @@ metadata: spec: defaultForFailover: true members: - partition: partition-1 - peer: dc1-partition-1 - peer: dc2-partition-2 + - partition: partition-1 + - peer: dc1-partition-1 + - peer: dc2-partition-2 ``` @@ -287,4 +287,4 @@ $ kubectl apply --filename api.yaml It is possible to combine the service intentions configuration entry for creating sameness groups with the entry required to [authorize services for peers](/consul/docs/connect/cluster-peering/usage/establish-cluster-peering#authorize-services-for-peers). -In this workflow, configure the `sources` block with the `samenessGroup` field instead of the `peer` field. You should write the `sameness-group` configuration entry to Consul before referencing it in the `service-intentions` configuration entry. \ No newline at end of file +In this workflow, configure the `sources` block with the `samenessGroup` field instead of the `peer` field. You should write the `sameness-group` configuration entry to Consul before referencing it in the `service-intentions` configuration entry.