Hello,
In config-server deployment, we are facing a proxy restriction, to download config file from git repo.
So pods are in status CrashLoopBackOff, we add an environment variable in configmaps, and in the deployment as you can see in attached pictures.
As temporary workaround we add environment variable manually in the container, and it works.
How can i resolve this problem and have a permanent solution ?