Skip to content

Commit

Permalink
fix: include NDSLABS_DOMAIN (for Dataverse + TwoRavens)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 committed Jan 12, 2024
1 parent efc314e commit 7d2108c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kube.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ def create_userapp(username, userapp, spec_map):
configmap_data['NDSLABS_USER'] = username
configmap_data['NDSLABS_NAMESPACE'] = namespace
configmap_data['NDSLABS_SERVICE'] = stack_service['id']
configmap_data['NDSLABS_DOMAIN'] = config.DOMAIN
stack_service['config'] = configmap_data

# TODO: Support custom volume mounts?
Expand Down

0 comments on commit 7d2108c

Please sign in to comment.