After creating a pod and specifying some environment variables. I can see how these variables are accessible from the Basic SSH and the JupyterLab Terminal. However, when doing "True SSH" these environment variables are nowhere to be seen
To reproduce
Environment variable specified in the Pod configuration:

Running echo $HF_TOKEN from the JupyterLab terminal or the Basic SSH will output the value.
Running echo $HF_TOKEN from the "True SSH" terminal will return an empty value
After creating a pod and specifying some environment variables. I can see how these variables are accessible from the Basic SSH and the JupyterLab Terminal. However, when doing "True SSH" these environment variables are nowhere to be seen
To reproduce
Environment variable specified in the Pod configuration:
Running
echo $HF_TOKENfrom the JupyterLab terminal or the Basic SSH will output the value.Running
echo $HF_TOKENfrom the "True SSH" terminal will return an empty value