Luke Segars
08/15/2022, 2:45 AM--env
at agent startup is a great solution, but the env variable is null for all three of these approaches.
1. passing as arg in prefect agent kubernetes start --env SERVICES_ENDPOINT=XYZ
2. passing directly as an env var to the agent (dont think this is expected to work)
3. passing as PREFECT___CLOUD____AGENT__ENV_VARS_
any thoughts on what i could be doing wrong? i tried each of these individuallyBianca Hoch
08/15/2022, 3:44 PMprefect agent kubernetes start --env SERVICES_ENDPOINT=XYZ
command, can you try setting the 'SERVICES_ENDPOINT'
key like so: _'prefix the variable with PREFECT__
and use two underscores (__
) to separate each part of the key.'_ Just going off what is mentioned in the docs.