From b7ad06743b8fd92bc40bd1385f8e0921b897281c Mon Sep 17 00:00:00 2001 From: Alex Whiteside Date: Wed, 14 Dec 2022 17:09:00 -0500 Subject: [PATCH] Add Backstage Catalog-Info File --- catalog-info.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..75e84cf --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,15 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: schema-evolution-manager + title: Schema Evolution Manager + description: This service makes gizmos to attach to widgets <=== REPLACE THIS + annotations: + github.com/project-slug: EVENFinancial/schema-evolution-manager +spec: + # The type of component: service, website, tool + type: service + # The maturity of this component: experimental, production, deprecated, archived + lifecycle: production + # The team or user responsible for this component (change me to your github team) + owner: group:eng