backport of commit b86f3cbe35 (#17926)

Co-authored-by: David Yu <dyu@hashicorp.com>
pull/17928/head
hc-github-team-consul-core 2023-06-27 21:08:52 -05:00 committed by GitHub
parent e49b029a04
commit 28101c8e21
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>