zero-to-jupyterhub-k8s
zero-to-jupyterhub-k8s copied to clipboard
Use a separate secret for each file in extraFiles
Proposed change
It seems that this was considered in https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2006 but decided that a single secret would be used for now.
I would like to now ask that separate secrets be used for each file to overcome the secret size limit.
Alternative options
This was already a consideration.
Who would use this feature?
Users who wish to mount a potentially growing number of files.
For example, we plan on mounting sample notebooks to the user's pod, and do not want to have to create a new Docker image each time we decide to add new files.
(Optional): Suggest a solution
Loop over extraFiles and create individual secrets for each file.
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada: