From 4fd292272b4e7b9bdf9a9151dd536ab69d6e4ee7 Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Fri, 19 Jul 2024 13:47:49 +0300 Subject: [PATCH] Add missing unlisted choice option --- .../2i2c-aws-us/neurohackademy.values.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/clusters/2i2c-aws-us/neurohackademy.values.yaml b/config/clusters/2i2c-aws-us/neurohackademy.values.yaml index cfc13ae8a..aba2fc153 100644 --- a/config/clusters/2i2c-aws-us/neurohackademy.values.yaml +++ b/config/clusters/2i2c-aws-us/neurohackademy.values.yaml @@ -87,6 +87,20 @@ jupyterhub: 2i2c.org/community: neurohackademy extra_resource_limits: nvidia.com/gpu: "1" + - display_name: "Bring your own image" + description: Specify your own docker image (must have python and jupyterhub installed in it) + slug: custom + profile_options: + image: + display_name: Image + unlisted_choice: + enabled: True + display_name: "Custom image" + validation_regex: "^.+:.+$" + validation_message: "Must be a publicly available docker image, of form :" + kubespawner_override: + image: "{value}" + choices: {} hub: config: JupyterHub: