Skip to content

Commit

Permalink
basehub, singleuserAdmin: add serviceAccountName config
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 18, 2023
1 parent 7dc7824 commit 1d60dba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm-charts/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,10 @@ jupyterhub:
admin_environment = custom_admin.get('extraEnv', {})
self.environment.update(admin_environment)
admin_service_account = custom_admin.get('serviceAccountName'):
if admin_service_account:
self.service_account = admin_service_account
return super().start(*args, **kwargs)
Expand Down

0 comments on commit 1d60dba

Please sign in to comment.