Skip to content

Commit

Permalink
Merge pull request #5423 from GeorgianaElena/central-quay
Browse files Browse the repository at this point in the history
[veda-binder] Bring back imagebuilding config
  • Loading branch information
GeorgianaElena authored Jan 27, 2025
2 parents 296752a + 93e5b3c commit 17be94c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/clusters/nasa-veda/binder.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ binderhub-service:
auth_enabled: false
enable_api_only_mode: false
image_prefix: quay.io/imagebuilding-non-gcp-hubs/veda-binder-
DockerRegistry:
url: &url https://quay.io
username: &username imagebuilding-non-gcp-hubs+image_builder
extraEnv:
- name: JUPYTERHUB_API_TOKEN
valueFrom:
Expand All @@ -128,3 +131,6 @@ binderhub-service:
# appended to binderhub's URL instead of the hub's
- name: JUPYTERHUB_BASE_URL
value: "https://hub.binder.openveda.cloud"
buildPodsRegistryCredentials:
server: *url
username: *username

0 comments on commit 17be94c

Please sign in to comment.