We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2fe9bd + 8c7e877 commit 835c3faCopy full SHA for 835c3fa
jupyterhub/values.schema.yaml
@@ -233,6 +233,8 @@ properties:
233
```python
234
c.JupyterHub.admin_access = true
235
c.JupyterHub.admin_users = ["jovyan1", "jovyan2"]
236
+ c.KubeSpawner.k8s_api_request_timeout = 10
237
+ c.GitHubOAuthenticator.allowed_organizations = ["jupyterhub"]
238
```
239
240
Then, you would be able to represent it with this configuration like:
@@ -245,6 +247,11 @@ properties:
245
247
admin_users:
246
248
- jovyan1
249
- jovyan2
250
+ KubeSpawner:
251
+ k8s_api_request_timeout: 10
252
+ GitHubOAuthenticator:
253
+ allowed_organizations:
254
+ - jupyterhub
255
256
257
```{admonition} YAML limitations
0 commit comments