Skip to content

Commit

Permalink
fix: include NDSLABS_HOME variable in configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 committed May 21, 2024
1 parent 1dca13a commit 80b749d
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 @@ -523,6 +523,7 @@ def create_userapp(username, email, userapp, spec_map):

configmap_data['NDSLABS_STACK'] = userapp_id
configmap_data['NDSLABS_USER'] = username
configmap_data['NDSLABS_HOME'] = f'/home/{username}'
configmap_data['NDSLABS_EMAIL'] = email
configmap_data['NDSLABS_NAMESPACE'] = namespace
configmap_data['NDSLABS_SERVICE'] = stack_service['id']
Expand Down

0 comments on commit 80b749d

Please sign in to comment.