https://flyte.org logo
#ask-the-community
Title
# ask-the-community
c

caioau

04/20/2022, 6:18 PM
Hello! I'm starting with flyte, I'm trying to understand how flyte isolates resources, especially how to define the domains and their resourceQuotas, can I change it on the fly? For now, I believe this is defined in the helm values and cannot be changed without changing the helm, is this true? or is there another way?
k

Ketan (kumare3)

04/20/2022, 6:56 PM
cc @katrina
k

katrina

04/20/2022, 7:08 PM
hey @caioau you can absolutely change them on the fly and flyte was built with first-class support for just this use-case. The values defined in helm are the defaults that get applied to every project, but you can set-per project overrides by following the instructions here: https://docs.flyte.org/en/latest/deployment/cluster_config/general.html#cluster-resources
1
if you're interested in changing these default values across all projects we don't have a programmatic api for that just yet, so you will need to update your config and roll your deployment
c

caioau

04/20/2022, 7:14 PM
thanks very much @katrina!
10 Views