Skip to content

Commit a6c5051

Browse files
modified multiregion comment in values.yaml (#1338)
1 parent 0095b3c commit a6c5051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/camunda-platform/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ global:
257257
multiregion:
258258
## @skip global.multiregion.regions number of regions that this Camunda Platform instance is stretched across
259259
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.
261261
regionId: 0
262262
## @skip global.multiregion.installationType mode of installation for multi-region disaster recovery: normal, failOver, failBack
263263
installationType: normal

0 commit comments

Comments
 (0)