proud-answer-87162
04/18/2025, 10:14 PM# -- 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
am i reading that config correctly? 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?freezing-airport-6809
freezing-airport-6809
proud-answer-87162
04/19/2025, 3:54 PMYou can add new domainsis that true for
flyte-binary
as well? i don't see where that is consumed in the configmap.
(appologies for the basic question. i took a long break and i'm just getting back into the code)freezing-airport-6809
shy-morning-17240
04/21/2025, 1:33 AMconfigmap:
domain:
domains:
- id: development
name: development
- id: staging
name: staging
- id: production
name: production
- id: some_new_domain
- name: some_new_domain
shy-morning-17240
04/21/2025, 1:33 AMaverage-finland-92144
04/21/2025, 2:44 PMconfiguration:
inline:
domain:
domains:
- id: domain1
name: domain1
- id: domain2
name: domain2
- id: domain3
name: domain3
average-finland-92144
04/21/2025, 2:45 PM(appologies for the basic question. i took a long break and i'm just getting back into the code)no need to apologize! It should be better documented I guess. I hope soon the docs system is open for anyone to make it better
proud-answer-87162
04/21/2025, 2:46 PMaverage-finland-92144
04/21/2025, 2:47 PM