hi all - i'm sure this has been asked before, but i can't find a firm answer. it looks like flyte-core has a config block that allows you to create custom domains:
Copy code
# -- Domains configuration for Flyte projects. This enables the specified number of domains across all projects in Flyte.
domain:
domains:
- id: development
name: development
- id: staging
name: staging
- id: production
name: production
is there a way to do that using flyte-binary? anyone ever look to see how much work would be required to extend the chart to support the config?