#Read a GitHub repo

3 messages · Page 1 of 1 (latest)

rough hazel
#

Hi,
Similar to GitHub Entity Provider, can I read a GitHub repo which have multiple catalog-info.yaml file.
I don't want to use static location in app-config.yaml file.

My requirement is I have a repo called abc and I want if I add a new folder with catalog-info.yaml file. The component should get imported automatically.

rough hazel
#

Any idea guys?

upbeat sage
#

He have somthing very similar here, using Micro Frontends. We just use a location in the root:

apiVersion: backstage.io/v1alpha1
kind: Location
metadata:
  name: my-global-project
spec:
  targets:
    - ./packages/**/component-catalog-info.yaml

Works nice for us