Jupyterhub removes admin when cull is used

I have deployed jupyterhub using kubernetes helm chart (See installation instructions for: | JupyterHub’s Helm chart repository, version 1.2.0). I want to remove the user and PVC allocated after specific time, I was able to do it cull configs in values.yaml but the problem is, it also removes admin user if it is inactive.

Can anyone help me out, how we can retain admin users and only removes normal user?

The Z2JH Helm chart doesn’t currently have an option corresponding to --cull-admin-users

The best option for now is to disable the idle-culler configured by Z2JH and add your own service instead:
https://zero-to-jupyterhub.readthedocs.io/en/latest/administrator/services.html