13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-07-02 09:29:30 +00:00
This commit is contained in:
Yann Hamon 2021-09-26 11:58:09 +02:00
parent dee75355d0
commit 4e83800979

View file

@ -28,7 +28,7 @@ func newHTTPRegistry(schemaPathTemplate string, cacheFolder string, strict bool,
MaxIdleConns: 100,
IdleConnTimeout: 3 * time.Second,
DisableCompression: true,
Proxy: http.ProxyFromEnvironment,
Proxy: http.ProxyFromEnvironment,
}
if skipTLS {