backport of commit b86f3cbe35a9501be2e8455e41e4084bbb332fee (#17926)
Co-authored-by: David Yu <dyu@hashicorp.com>
This commit is contained in:
parent
337e2ef0f5
commit
577a4b2037
|
@ -101,8 +101,8 @@ metadata:
|
|||
spec:
|
||||
defaultForFailover: false
|
||||
members: # required
|
||||
partition: <partitionWithServicesInGroup>
|
||||
peer: <clusterPeerWithServicesInGroup>
|
||||
- partition: <partitionWithServicesInGroup>
|
||||
- peer: <clusterPeerWithServicesInGroup>
|
||||
```
|
||||
|
||||
</Tab>
|
||||
|
@ -365,10 +365,10 @@ 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>
|
||||
|
|
Loading…
Reference in New Issue