From 219682b462d281906c09365c1c235bef2293ad2f Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Fri, 17 May 2024 13:23:48 +0200 Subject: [PATCH] Add banner at the home page. --- basehub/values.yaml.j2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/basehub/values.yaml.j2 b/basehub/values.yaml.j2 index 90d7bd8..a576208 100644 --- a/basehub/values.yaml.j2 +++ b/basehub/values.yaml.j2 @@ -87,7 +87,10 @@ jupyterhub: (r"faq", FAQHandler), ]) 20-announce: | - c.JupyterHub.template_vars = {'announcement_login': 'The site is in beta testing. Please report any issue you might encounter in the AiiDAlab Demo GitHub repository.'} + c.JupyterHub.template_vars = { + 'announcement_login': 'The site is in beta testing. Please report any issue you might encounter in the AiiDAlab Demo GitHub repository.', + 'announcement': 'The site is in beta testing. Use it at your own risk.', + } extraVolumes: - name: hub-templates configMap: