File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func GenerateServerConfigMap(instance rabbitmqv1beta1.RabbitmqCluster) *corev1.C
3838 "cluster_formation.k8s.address_type = hostname" ,
3939 "cluster_formation.node_cleanup.interval = 30" ,
4040 "cluster_formation.node_cleanup.only_log_warning = true" ,
41- "cluster_partition_handling = autoheal " ,
41+ "cluster_partition_handling = pause_minority " ,
4242 "queue_master_locator = min-masters" ,
4343 }, "\n " ),
4444 },
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cluster_formation.k8s.host = kubernetes.default.svc.cluster.local
1414cluster_formation.k8s.address_type = hostname
1515cluster_formation.node_cleanup.interval = 30
1616cluster_formation.node_cleanup.only_log_warning = true
17- cluster_partition_handling = autoheal
17+ cluster_partition_handling = pause_minority
1818queue_master_locator = min-masters`
1919
2020var _ = Describe ("GenerateServerConfigMap" , func () {
You can’t perform that action at this time.
0 commit comments