Skip to content

Commit

Permalink
backport of commit b86f3cb (#17926)
Browse files Browse the repository at this point in the history
Co-authored-by: David Yu <dyu@hashicorp.com>
  • Loading branch information
hc-github-team-consul-core and David Yu authored Jun 28, 2023
1 parent e49b029 commit 28101c8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/content/docs/connect/config-entries/sameness-group.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ metadata:
spec:
defaultForFailover: false
members: # required
partition: <partitionWithServicesInGroup>
peer: <clusterPeerWithServicesInGroup>
- partition: <partitionWithServicesInGroup>
- peer: <clusterPeerWithServicesInGroup>
```
</Tab>
Expand Down Expand Up @@ -365,11 +365,11 @@ metadata:
spec:
defaultForFailover: true
members:
partition: store-east
partition: inventory-east
peer: dc2-store-west
peer: dc2-inventory-west
- partition: store-east
- partition: inventory-east
- peer: dc2-store-west
- peer: dc2-inventory-west
```

</Tab>
</Tabs>
</Tabs>

0 comments on commit 28101c8

Please sign in to comment.