From 2e91e74e89e171d67589dde0bc0d9756feee567a Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Tue, 5 Mar 2024 16:31:42 +0100 Subject: [PATCH] Provide sample data Signed-off-by: Eric Peterson --- .../examples/components/artist-lookup-component.yaml | 1 + .../catalog-model/examples/components/www-artist-component.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/packages/catalog-model/examples/components/artist-lookup-component.yaml b/packages/catalog-model/examples/components/artist-lookup-component.yaml index a3a3780c84..c982d46c3f 100644 --- a/packages/catalog-model/examples/components/artist-lookup-component.yaml +++ b/packages/catalog-model/examples/components/artist-lookup-component.yaml @@ -29,6 +29,7 @@ metadata: title: Alerts icon: alert annotations: + backstage.io/source-template: template:default/springboot-template backstage.io/linguist: 'https://github.com/backstage/backstage/tree/master/plugins/playlist' spec: type: service diff --git a/packages/catalog-model/examples/components/www-artist-component.yaml b/packages/catalog-model/examples/components/www-artist-component.yaml index 1ca394ecbc..1c510e876a 100644 --- a/packages/catalog-model/examples/components/www-artist-component.yaml +++ b/packages/catalog-model/examples/components/www-artist-component.yaml @@ -3,6 +3,8 @@ kind: Component metadata: name: www-artist description: Artist main website + annotations: + backstage.io/source-template: template:default/react-ssr-template spec: type: website lifecycle: production