Skip to content

Commit

Permalink
Merge pull request #3295 from consideRatio/pr/basehub-fix-syntax-error
Browse files Browse the repository at this point in the history
basehub: fix syntax error
  • Loading branch information
consideRatio authored Oct 19, 2023
2 parents e5772f9 + a06e4f8 commit 7689c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/basehub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ jupyterhub:
admin_environment = custom_admin.get('extraEnv', {})
self.environment.update(admin_environment)
admin_service_account = custom_admin.get('serviceAccountName'):
admin_service_account = custom_admin.get('serviceAccountName')
if admin_service_account:
self.service_account = admin_service_account
Expand Down

0 comments on commit 7689c55

Please sign in to comment.