Helm repo add support
akashpatel2 opened this issue · 1 comments
akashpatel2 commented
Hi Team,
Will this docker image, (alpine) with helm 3.x.x, supports helm "repo add some-repo-name some-repo-url" ?
In my docker file, i am using "debian:stretch-20190910-slim" instead of "alpine", and for me helm repo add command gets stuck and failed with error: context deadline exceeded.
Any idea ?
Thanks,
Akash
akashpatel2 commented
issue got resolved after setting proxy and no proxy env variables on container.