2i2c-org / binderhub-service

https://2i2c.org/binderhub-service/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Support `custom` config accessible from `extraConfig` #134

Closed consideRatio closed 3 months ago

consideRatio commented 3 months ago

The jupyterhub helm chart supports a custom field, which is helpful if you want to declare extraConfig in one place to do misc things based on if custom.someBoolean is true or not.

I think in practice, maybe the only thing needed is to allow this via the values.schema.yaml file.