Skip to content

Commit 835c3fa

Browse files
authored
Merge pull request #3104 from JunaidChaudry/feature/add-support-for-k8s_api_request_timeout
Clarify `hub.config` can configure KubeSpawner and more
2 parents d2fe9bd + 8c7e877 commit 835c3fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: jupyterhub/values.schema.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ properties:
233233
```python
234234
c.JupyterHub.admin_access = true
235235
c.JupyterHub.admin_users = ["jovyan1", "jovyan2"]
236+
c.KubeSpawner.k8s_api_request_timeout = 10
237+
c.GitHubOAuthenticator.allowed_organizations = ["jupyterhub"]
236238
```
237239
238240
Then, you would be able to represent it with this configuration like:
@@ -245,6 +247,11 @@ properties:
245247
admin_users:
246248
- jovyan1
247249
- jovyan2
250+
KubeSpawner:
251+
k8s_api_request_timeout: 10
252+
GitHubOAuthenticator:
253+
allowed_organizations:
254+
- jupyterhub
248255
```
249256
250257
```{admonition} YAML limitations

0 commit comments

Comments
 (0)