Skip to content

Commit

Permalink
Update sameness-group.mdx (#17915)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yu authored Jun 28, 2023
1 parent 310bc68 commit 6f5da97
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 6f5da97

Please sign in to comment.