opendatahub-io-contrib / jupyterhub-odh

Example JupyterHub deployment using OpenShift OAuth authenticator.
16 stars 31 forks source link

Update s2i assembly to support multiple template html files #121

Closed jeff-phillips-18 closed 2 years ago

jeff-phillips-18 commented 2 years ago

Related Issues and Dependencies

None

This introduces a breaking change

This Pull Request implements

Allows for multiple html templates to override existing templates during s2i assembly

Description

Change the command that copies only the spawn.html file for the src templates directory to copy all html files from that directory. This allows for custom implementations of the other paths (admin, spawn-pending, etc).

vpavlin commented 2 years ago

lgtm