Update sameness-group.mdx (#17915)

This commit is contained in:
David Yu 2023-06-27 18:45:23 -07:00 committed by GitHub
parent 310bc68e65
commit 6f5da97d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -101,8 +101,8 @@ metadata:
spec: spec:
defaultForFailover: false defaultForFailover: false
members: # required members: # required
partition: <partitionWithServicesInGroup> - partition: <partitionWithServicesInGroup>
peer: <clusterPeerWithServicesInGroup> - peer: <clusterPeerWithServicesInGroup>
``` ```
</Tab> </Tab>
@ -365,10 +365,10 @@ metadata:
spec: spec:
defaultForFailover: true defaultForFailover: true
members: members:
partition: store-east - partition: store-east
partition: inventory-east - partition: inventory-east
peer: dc2-store-west - peer: dc2-store-west
peer: dc2-inventory-west - peer: dc2-inventory-west
``` ```
</Tab> </Tab>