mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
FIX: enable http_proxy environment variable
This commit is contained in:
parent
4544f45fa1
commit
dee75355d0
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ func newHTTPRegistry(schemaPathTemplate string, cacheFolder string, strict bool,
|
|||
MaxIdleConns: 100,
|
||||
IdleConnTimeout: 3 * time.Second,
|
||||
DisableCompression: true,
|
||||
Proxy: http.ProxyFromEnvironment,
|
||||
}
|
||||
|
||||
if skipTLS {
|
||||
|
|
|
|||
Loading…
Reference in a new issue