From 78ca92d50f904b7220bd31863bfdbeb804ae44ee Mon Sep 17 00:00:00 2001 From: Nicolas BRIERE Date: Tue, 27 Aug 2024 10:22:04 +0200 Subject: [PATCH] chore: add service catalog for techportal --- 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 0000000..b686d35 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: magicparse + description: Declarative parser + annotations: + github.com/project-slug: ZeroGachis/magicparse + tags: + - python + - python-3-11 + - backend +spec: + type: library + lifecycle: production + system: FWMS + owner: FWMS_Squad \ No newline at end of file