#handling micro services which doesn't have catalog-info.yaml

1 messages · Page 1 of 1 (latest)

half shell
#

Hello Folks,

Good morning/ Good Evening .

I am able to successfully read catalog-info & api yaml files from a repository in backstage . My question is

We have number of micro services which didn't have any catalog-info.yml & api.yaml files and wanted to check whether backstage parses the entire repo and maps the services accordingly ?

half shell
#

can someone respond on this ?

carmine copper
#

Hi @half shell, Backstage only reads the catalog-info.yaml files. Dependning on the config and related features you are using it can also read YAML files that follow the correct syntax that are named differently. It will not just read a code base an infer what is there. Hope that helps?