-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preserve custom init_containers #17
Comments
That sounds okay to me, but it would be nice to know/document an example how else is initContainer is being used :) |
In my case: I want to automatically do
Therefore I would like to subclass |
@g-braeunlich jupyterhub/binderhub#1081 looks related? |
Yes but in my case, I dont want to modify the image. I want to modify the users persisted volume |
Would it be possible to not override
self.init_containers
but only add theproject-manager
init container in persistent_bhub_config.py?E.g.
The text was updated successfully, but these errors were encountered: