backport of commit 359409be2ab7a9a602dba44be6cc151287b1036c (#17928)
Co-authored-by: David Yu <dyu@hashicorp.com>
This commit is contained in:
parent
577a4b2037
commit
c838d8d928
|
@ -89,9 +89,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
defaultForFailover: true
|
defaultForFailover: true
|
||||||
members:
|
members:
|
||||||
partition: partition-1
|
- partition: partition-1
|
||||||
partition: partition-2
|
- partition: partition-2
|
||||||
peer: dc2-partition-1
|
- peer: dc2-partition-1
|
||||||
```
|
```
|
||||||
|
|
||||||
</CodeBlockConfig>
|
</CodeBlockConfig>
|
||||||
|
@ -106,9 +106,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
defaultForFailover: true
|
defaultForFailover: true
|
||||||
members:
|
members:
|
||||||
partition: partition-2
|
- partition: partition-2
|
||||||
partition: partition-1
|
- partition: partition-1
|
||||||
peer: dc2-partition-1
|
- peer: dc2-partition-1
|
||||||
```
|
```
|
||||||
|
|
||||||
</CodeBlockConfig>
|
</CodeBlockConfig>
|
||||||
|
@ -123,9 +123,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
defaultForFailover: true
|
defaultForFailover: true
|
||||||
members:
|
members:
|
||||||
partition: partition-1
|
- partition: partition-1
|
||||||
peer: dc1-partition-1
|
- peer: dc1-partition-1
|
||||||
peer: dc2-partition-2
|
- peer: dc2-partition-2
|
||||||
```
|
```
|
||||||
|
|
||||||
</CodeBlockConfig>
|
</CodeBlockConfig>
|
||||||
|
|
Loading…
Reference in New Issue