You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/camunda-platform/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ global:
257
257
multiregion:
258
258
## @skip global.multiregion.regions number of regions that this Camunda Platform instance is stretched across
259
259
regions: 1
260
-
## @skip global.multiregion.regionId unique id of the region. Should start at 0 for easy computation. With 2 regions, you would have region 0 and 1.
260
+
## @skip global.multiregion.regionId unique id of the region. MUST start at 0 for the computation to work correctly. With 2 regions, you would have region 0 and 1.
261
261
regionId: 0
262
262
## @skip global.multiregion.installationType mode of installation for multi-region disaster recovery: normal, failOver, failBack
0 commit comments