Proxy
If you need to use a proxy, you can set the following environment variables. See this documentation for more details.
# values.yaml
extraEnv:
- name: VSTS_HTTP_PROXY
value: http://proxy:8080
- name: VSTS_HTTP_PROXY_USERNAME
value: username
- name: VSTS_HTTP_PROXY_PASSWORD
value: password
Last updated on