Secret now showing up in the pod `env` output
hi, i added some secrets and added those secrets as environment variables for my pod, but i couldn't see it when i run
env in my pod,
i'm using {{ RUNPOD_SECRET_secret_name }} as the environment variable value
6 Replies
Unknown User•15mo ago
Message Not Public
Sign In & Join Server To View
ssh connection, I just run
env command to show the env varsUnknown User•15mo ago
Message Not Public
Sign In & Join Server To View
ah, i see, i'll try it
thanks
btw, isn't exporting secret envs a default behavior for public template?
if you connect over tcp ssh it wont share env variables
ah, i see, got you!