Skip to content

Commit

Permalink
Enable unlisted image choice for researchdelight hub
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jul 27, 2023
1 parent 4cf8ed7 commit be417c1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/clusters/2i2c-aws-us/researchdelight.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ basehub:
name: 2i2c
url: https://2i2c.org
hub:
image:
name: quay.io/2i2c/experimental-hub
tag: "0.0.1-0.dev.git.6406.hc1091b1c"
config:
JupyterHub:
authenticator_class: cilogon
Expand All @@ -61,6 +64,13 @@ basehub:
profile_options: &profile_options
image:
display_name: Image
unlisted_choice: &profile_list_unlisted_choice
enabled: True
display_name: "Custom image"
validation_regex: "^.+:.+$"
validation_message: "Must be a valid public docker image, including a tag"
kubespawner_override:
image: "{value}"
choices:
pangeo:
display_name: Pangeo Notebook
Expand Down Expand Up @@ -142,6 +152,7 @@ basehub:
profile_options:
image:
display_name: Image
unlisted_choice: *profile_list_unlisted_choice
choices:
tensorflow:
display_name: Pangeo Tensorflow ML Notebook
Expand Down

0 comments on commit be417c1

Please sign in to comment.