mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +00:00
Renamed to correct property in tls.Config
This commit is contained in:
parent
cd5b22bb72
commit
30542b3a13
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ func makePrometheusInsecureClient() *http.Client {
|
|||
return &http.Client{
|
||||
Transport: &http.Transport{
|
||||
TLSClientConfig: &tls.Config{
|
||||
SkipTLSVerification: true,
|
||||
InsecureSkipVerify: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue