Skip to content

Commit

Permalink
Merge pull request #3391 from 2i2c-org/custom_image_hhmi
Browse files Browse the repository at this point in the history
hhmi: add custom_image option
  • Loading branch information
jmunroe authored Nov 8, 2023
2 parents 03aafde + 0cd7348 commit 2f06a08
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/clusters/hhmi/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ basehub:
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 <image-name>:<tag>"
kubespawner_override:
image: "{value}"
choices:
spyglass:
display_name: Spyglass-NWB
Expand Down

0 comments on commit 2f06a08

Please sign in to comment.