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