Skip to content

Commit

Permalink
Fix connecting to the wrong url (#9329)
Browse files Browse the repository at this point in the history
(cherry picked from commit d7afebf)
  • Loading branch information
akrantz01 authored and reimda committed Jun 16, 2021
1 parent 40fd329 commit cbf6ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/inputs/kube_inventory/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func newClient(baseURL, namespace, bearerToken string, timeout time.Duration, tl
CertFile: tlsConfig.TLSCert,
KeyFile: tlsConfig.TLSKey,
},
Host: baseURL,
BearerToken: bearerToken,
ContentConfig: rest.ContentConfig{},
})
Expand Down

0 comments on commit cbf6ceb

Please sign in to comment.