From fbd421f72bd28aeae3a658292137213b1883fe96 Mon Sep 17 00:00:00 2001 From: Chase Coney Date: Wed, 24 Mar 2021 16:19:55 -0500 Subject: [PATCH] feat: adding galaxy configuration file --- catalog-info.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..08459ec --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,14 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component # Possible values `component`, `api`, `resource`, and `system` +metadata: + name: wpcom-thumbnail-editor + description: TBD # Needs value + annotations: + jira/project-key: TBD # Needs value + github.com/project-slug: CreditCardsCom/wpcom-thumbnail-editor + github.com/team-slug: TBD # Sluggified github team name + circleci.com/project-slug: github/CreditCardsCom/wpcom-thumbnail-editor +spec: + type: service # Possible values `service`, `website`, and `library` + lifecycle: production # Possible values `experimental`, `production`, and `deprecated` + owner: TBD # Sluggified github team name