Geoffrey Gross
05/28/2020, 8:44 PMDocker
storage class. Right now my flow imports env vars from a config.py
, found in the same directory with the file that holds my flow, which uses os.environ
. I would like to set those environment variables at run time but when, the healtchecks run and deserialize my flow in the docker build step, it is trying to evaluate those environment variables. This causes an error since I don't have defaults set. Does anyone have any ideas of have to handle this without ignoring healthchecks and putting environment variables into the Dockerfile that gets generated?Dylan
Dylan
Geoffrey Gross
05/28/2020, 8:50 PMGeoffrey Gross
05/28/2020, 8:51 PMDylan
Dylan
Geoffrey Gross
05/28/2020, 8:53 PMDylan
Dylan
Geoffrey Gross
05/28/2020, 8:55 PMDylan
Geoffrey Gross
05/28/2020, 8:56 PMGeoffrey Gross
05/28/2020, 8:56 PMGeoffrey Gross
05/28/2020, 8:57 PMGeoffrey Gross
05/28/2020, 8:57 PM