You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that this was considered in #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.
The text was updated successfully, but these errors were encountered:
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
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! 👋
Proposed change
It seems that this was considered in #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.The text was updated successfully, but these errors were encountered: