jupyterhub / kubespawner

Kubernetes spawner for JupyterHub
https://jupyterhub-kubespawner.readthedocs.io
BSD 3-Clause "New" or "Revised" License
536 stars 301 forks source link

only strip trailing '-' if it was added by a template variable #770

Closed minrk closed 11 months ago

minrk commented 11 months ago

don't strip it if it's in the raw template, which turns explicit '--' into ''

closes #765