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.
The jupyterhub helm chart supports a
custom
field, which is helpful if you want to declareextraConfig
in one place to do misc things based on ifcustom.someBoolean
is true or not.I think in practice, maybe the only thing needed is to allow this via the values.schema.yaml file.