From c83a55962674a197298e9151c116371e2f7d25c4 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Mon, 29 Apr 2024 16:26:09 -0700 Subject: [PATCH] Enable unlisted choice for image in awi-ciroh staging hub Per https://2i2c.freshdesk.com/a/tickets/1523 --- config/clusters/awi-ciroh/staging.values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/clusters/awi-ciroh/staging.values.yaml b/config/clusters/awi-ciroh/staging.values.yaml index 249deea1d..5ccda2f90 100644 --- a/config/clusters/awi-ciroh/staging.values.yaml +++ b/config/clusters/awi-ciroh/staging.values.yaml @@ -49,6 +49,13 @@ basehub: slug: "new" kubespawner_override: image: "quay.io/2i2c/awi-ciroh-image:79bb68961852" + 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}" kubespawner_override: mem_limit: 7G mem_guarantee: 5G