Dual namespace deployment pattern

Hello,

I want to deploy core JupyterHub components into one namespace, mlp-system, and configure kubespawner to deploy dynamic Jupyter notebook pods into a discrete namespace, mlp-runtime. Is there a way to enable that through the Helm chart or is this something I have to implement myself?

Thank you!