diff --git a/kubespawner/proxy.py b/kubespawner/proxy.py index 219342a5..5e1e71e5 100644 --- a/kubespawner/proxy.py +++ b/kubespawner/proxy.py @@ -298,7 +298,8 @@ def _namespace_default(self): ) k8s_api_verify_ssl = Bool( - True, + None, + allow_none=True, config=True, help=""" SSL/TLS verification diff --git a/kubespawner/spawner.py b/kubespawner/spawner.py index bf5526d4..dcd25b49 100644 --- a/kubespawner/spawner.py +++ b/kubespawner/spawner.py @@ -209,7 +209,8 @@ def __init__(self, *args, **kwargs): self.api = shared_client("CoreV1Api") k8s_api_verify_ssl = Bool( - True, + None, + allow_none=True, config=True, help=""" SSL/TLS verification