Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit d8b919c

Browse files
committed
Enable HTTP_PROXY and HTTPS_PROXY environment variables
Signed-off-by: JoshVanL <[email protected]>
1 parent 46d2f79 commit d8b919c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/proxy/proxy.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ func (p *Proxy) roundTripperForRestConfig(config *rest.Config) (http.RoundTrippe
237237

238238
// create tls transport to request
239239
tlsTransport := &http.Transport{
240+
Proxy: http.ProxyFromEnvironment,
240241
TLSClientConfig: tlsConfig,
241242
}
242243

0 commit comments

Comments
 (0)