Skip to content

Commit

Permalink
ADD NETID env var to IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Nov 13, 2023
1 parent 0db6adb commit 41b4f93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/anubis/k8s/theia/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,8 @@ def create_theia_k8s_pod_pvc(
image=f"{theia_image}:{theia_image_tag}",
# Add environment
env=[
# set netid for any extensions or add-ons that need it
k8s.V1EnvVar(name="NETID", value=netid),
# set the AUTOSAVE environment variable to ON or OFF
# depending on if autosave is enabled for the session.
k8s.V1EnvVar(
Expand Down

0 comments on commit 41b4f93

Please sign in to comment.