jupyter-on-openshift / jupyterhub-quickstart

OpenShift compatible version of the JupyterHub application.
Apache License 2.0
101 stars 107 forks source link

Move wait-for-database into /opt/app-root/bin so in PATH. #7

Closed GrahamDumpleton closed 6 years ago

GrahamDumpleton commented 6 years ago

Install wait-for-database into /opt/app-root/bin so in PATH and eliminate need for full path in init container of template. For backwards compatibility for a while with deployments using old template, need to still allow full path to work for a while.