Skip to content

Commit

Permalink
allow verify_ssl set to None
Browse files Browse the repository at this point in the history
  • Loading branch information
devenami committed Nov 7, 2023
1 parent 81f7eaf commit bf1c532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubespawner/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf1c532

Please sign in to comment.