From 39560033b02cd5736d5313f11512a86dca068aaa Mon Sep 17 00:00:00 2001 From: dawncoll Date: Mon, 24 Jun 2024 15:03:02 +0200 Subject: [PATCH] Test afegir component a cataleg backstage --- catalog-info.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000..9a055f1bc --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,15 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: spring-petclinic + title: spring-petclinic + annotations: + github.com/project-slug: dawncoll/spring-petclinic + tags: + - spring-boot + - java + - maven +spec: + type: service + owner: dawncoll + lifecycle: experimental \ No newline at end of file