Skip to content

Commit

Permalink
reformat field docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devenami committed Nov 8, 2023
1 parent 687fa7f commit 5c0e87e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kubespawner/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ def _namespace_default(self):
allow_none=True,
config=True,
help="""
SSL/TLS verification
Verify TLS certificates when connecting to the k8s master.
Set this to false to skip verifying SSL certificate when calling API
from https server.
""",
Expand Down
3 changes: 2 additions & 1 deletion kubespawner/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ def __init__(self, *args, **kwargs):
allow_none=True,
config=True,
help="""
SSL/TLS verification
Verify TLS certificates when connecting to the k8s master.
Set this to false to skip verifying SSL certificate when calling API
from https server.
""",
Expand Down

0 comments on commit 5c0e87e

Please sign in to comment.