Hey everyone, I was wondering if it's possible to ...
# flyte-support
r
Hey everyone, I was wondering if it's possible to omit specific cluster resource templates from being rendered/created for certain projects and domains, when running
flyteadmin clusterresource run
. It seems like it will create resources from all the templates inside the template path for every single project & domain.
a
I don't think that's currently supported. What would be your use case?
r
Thanks for the response! A use case for example is if I wanted some projects to have a resource quota limit and some projects to not have one. For the projects that don't need a quota, I could set the limits to a really high value (through templating), but I think it's better if it doesn't create the resource in the first place