Skip to content

Commit

Permalink
Enable gh-scoped-creds based on bcourses profile
Browse files Browse the repository at this point in the history
  • Loading branch information
balajialg committed Jul 17, 2024
1 parent 1388946 commit 9d91e72
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions deployments/dev/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ jupyterhub:
description: "A newer repo2docker-based image with a primary focus of building dashboards."
kubespawner_override:
image: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/dev-secondary:36280727a
env:
GH_SCOPED_CREDS_CLIENT_ID: "Iv23liFjgKFgkSBWph4C"
GH_SCOPED_CREDS_APP_URL: "https://github.com/apps/test-gh-scoped-creds"
- display_name: "1524699: DataHub Infrastructure"
slug: "1524699"
description: "Regular image with per-course subpath."
Expand All @@ -95,6 +92,14 @@ jupyterhub:

custom:
group_profiles:
# DataHub Infrastructure staff
# https://bcourses.berkeley.edu/courses/1524699/groups#tab-80607
course::1524699::group::all-admins:
mem_limit: 12288M
mem_guarantee: 12288M
env:
GH_SCOPED_CREDS_CLIENT_ID: "Iv23liFjgKFgkSBWph4C"
GH_SCOPED_CREDS_APP_URL: "https://github.com/apps/test-gh-scoped-creds"
#
# # Example: increase memory for everyone affiliated with a course.
#
Expand Down

0 comments on commit 9d91e72

Please sign in to comment.