Are there any env vars that we can set instead of ...
# ask-the-community
c
Are there any env vars that we can set instead of using a config file? e.g. FLYTE_CONFIG_DNS for the dns url?
s
where do you want to set the env vars?
c
In a GCP cloud function that would trigger/run workflows based on incoming data
s
i don't think there's one available for the DNS URL.
c
What env vars are there outside of
FLYTECTL_CONFIG
for end users?
s
looks like there's one for the endpoint:
FLYTE_PLATFORM_URL
. i'm not sure about the other config params. https://github.com/flyteorg/flyte/issues/4948 does it make sense to use flyte-remote?
y
cc @Brian Chen, probably can be a follow up issue for https://github.com/flyteorg/flyte/issues/4948
cc @Kevin Su