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