Skip to content

Commit

Permalink
Merge pull request #4004 from yuvipanda/fl
Browse files Browse the repository at this point in the history
Enable unlisted choice for image in awi-ciroh staging hub
  • Loading branch information
yuvipanda authored Apr 29, 2024
2 parents 5d5555a + c83a559 commit c9973dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/clusters/awi-ciroh/staging.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <image-name>:<tag>"
kubespawner_override:
image: "{value}"
kubespawner_override:
mem_limit: 7G
mem_guarantee: 5G
Expand Down

0 comments on commit c9973dd

Please sign in to comment.