At the current state, the multinode chart don't work with any recent image because they are configured in order to allow connection only from localhost, and this obviusly break any multinode configuration (#341).
The approach to solve this problem is similar to #311 , but instead of allowing every IP of the cluster without any authentication, this PR will allow md5 authentication, in the same way older images does. This approach has the advantage that works with any configuration and doesn't require extra configuration in values.yaml file.
At the current state, the multinode chart don't work with any recent image because they are configured in order to allow connection only from localhost, and this obviusly break any multinode configuration (#341). The approach to solve this problem is similar to #311 , but instead of allowing every IP of the cluster without any authentication, this PR will allow md5 authentication, in the same way older images does. This approach has the advantage that works with any configuration and doesn't require extra configuration in values.yaml file.