From 53567eef1011849c45af5e2233d7682dc1359d89 Mon Sep 17 00:00:00 2001 From: Guillaume Charest <1690085+gcharest@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:35:25 -0400 Subject: [PATCH] chore: add base catalog info --- 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..1307e42 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,16 @@ +# Metadata for the backstage catalog accessible at this link: +# https://backstage.cdssandbox.xyz/ +--- +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: smtp-proxy-for-notify + title: SMTP Proxy for Notify + description: A simple SMTP proxy for Notify that bridges the gap between the SMTP protocol and the Notify API. + annotations: + github.com/project-slug: cds-snc/smtp-proxy-for-notify +spec: + type: library + owner: group:cds-snc/notify-dev + system: gc-notification + lifecycle: production