From 8011c5f398fc4719f9509320691ef001c056d322 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 20 Aug 2024 17:36:00 +0100 Subject: [PATCH] chore: Add backstage yaml flie --- 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..8c284e2 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,14 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: ${{values.component_id | dump}} + {%- if values.description %} + description: ${{values.description | dump}} + {%- endif %} + annotations: + github.com/project-slug: ${{values.destination.owner + "/" + values.destination.repo}} + backstage.io/techdocs-ref: dir:. +spec: + type: mobile + lifecycle: experimental + owner: ${{values.owner | dump}} \ No newline at end of file