jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.54k stars 388 forks source link

Implement support for image pull secrets for build pod #1806

Closed sgaist closed 9 months ago

sgaist commented 9 months ago

This merge request implements the configuration option required for the build pod to also be able to use images from private registries.

The other components that are deployed through helm already have that support but the build pod being generated does not.

Fixes #1805