Hi, I am trying to access env vars inside the flow...
# ask-metaflow
f
Hi, I am trying to access env vars inside the flow steps that I set using an ENTRYPOINT script when I build the docker image which runs on k8s. But it seems they aren't available. On the other hand if I run the docker container locally I do see them. Is this expected? What's the workaround?
Copy code
ENTRYPOINT [ "/opt/setup_env.sh" ]
1