Skip to content

Commit

Permalink
Merge pull request #3104 from JunaidChaudry/feature/add-support-for-k…
Browse files Browse the repository at this point in the history
…8s_api_request_timeout

Clarify `hub.config` can configure KubeSpawner and more
  • Loading branch information
consideRatio authored Jun 6, 2023
2 parents d2fe9bd + 8c7e877 commit 835c3fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jupyterhub/values.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ properties:
```python
c.JupyterHub.admin_access = true
c.JupyterHub.admin_users = ["jovyan1", "jovyan2"]
c.KubeSpawner.k8s_api_request_timeout = 10
c.GitHubOAuthenticator.allowed_organizations = ["jupyterhub"]
```
Then, you would be able to represent it with this configuration like:
Expand All @@ -245,6 +247,11 @@ properties:
admin_users:
- jovyan1
- jovyan2
KubeSpawner:
k8s_api_request_timeout: 10
GitHubOAuthenticator:
allowed_organizations:
- jupyterhub
```
```{admonition} YAML limitations
Expand Down

0 comments on commit 835c3fa

Please sign in to comment.