Hi,
I’d like to display an announcement on the “spawn” page that comprises an HTML link to redirect the user to an external site. I tried following syntax in the values.yaml file of my helm chart:
templateVars:
announcement_spawn: |
Custom message with a link <a href=\"https://www.google.com\">Visit google!</a>
The message renders properly, unfortunately the URL is “re-written” and appended to the current jupyterhub URL:
https://myjupyterhub.mycompany.corp/hub/%22https://www.google.com%22
Is it possible to avoid this rewritting and to redirect outside of jupyterhub somehow ?
Thanks for your help