Hi, does anyone tried changing master id/pw when d...
# troubleshoot
n
Hi, does anyone tried changing master id/pw when deploying via helm chart on k8s? 🙂 I checked the docs and it says restart the container or run docker-compose up after editing user.props... i tried helm update / restart deployment, and both did not work. 😞 Any ideas on what i'm missing?
b
Are you sure that the new user.props file is being correctly mounted into the container? We might need to edit the ConfigMap to ensure that the file is getting into the pod correctly. cc @early-lamp-41924 Does this sound correct?