Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
zoidyzoidzoid committed Nov 4, 2019
1 parent f799bfb commit f7489e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykube/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def __init__(self, config: KubeConfig, timeout: float = DEFAULT_HTTP_TIMEOUT, dr
session.mount("https://", KubernetesHTTPAdapter(self.config))
session.mount("http://", KubernetesHTTPAdapter(self.config))
self.session = session
self.session.verify = False
self.session.verify = verify

@property
def url(self):
Expand Down

0 comments on commit f7489e2

Please sign in to comment.