What
The ArcadeDB chart has the arcadedb.ha.serverList hardcoded, not allowing multiple replicas on same cluster. The actual model works properly with one node on the cluster.
The goal is create a dynamic arcadedb.ha.serverList based on replicaCount.
How
Using helm templating helpers we should be able to generate the list of servers integrating the cluster, based on replicaCount parameter.