From e6265db353989c1dde53da75f32cb5a0a6353b9b Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Fri, 16 Dec 2022 19:18:16 +0530 Subject: [PATCH] chore: backstage catalog --- catalog-info.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000..666796edc --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: "bruno" + links: + - url: https://example.com/user + title: Examples Users + icon: user + - url: https://example.com/group + title: Example Group + icon: group +spec: + type: component + lifecycle: production + owner: anoop + system: tech-docs