Skip to content

Commit

Permalink
chore: Add backstage yaml flie
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Aug 20, 2024
1 parent 94e651b commit 8011c5f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -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}}

0 comments on commit 8011c5f

Please sign in to comment.