Skip to content

Commit

Permalink
Fix missing resource allocation choice for custom image
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Jan 3, 2024
1 parent 0763ee8 commit 0c64bb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/clusters/nasa-veda/common.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ basehub:
runAsUser: 1000
runAsGroup: 1000
profile_options: &profile_options
resource_allocation:
resource_allocation: &profile_options_resource_allocation
display_name: Resource Allocation
choices:
mem_1_9:
Expand Down Expand Up @@ -208,6 +208,7 @@ basehub:
kubespawner_override:
image: "{value}"
choices: {}
resource_allocation: *profile_options_resource_allocation

scheduling:
userScheduler:
Expand Down

0 comments on commit 0c64bb1

Please sign in to comment.