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