Skip to content
This repository was archived by the owner on Jul 25, 2026. It is now read-only.

Commit 60c6f09

Browse files
authored
Merge pull request #15 from justworkshr/sli.INFRAOPS-10805.backstage
Create catalog-info.yaml for Backstage
2 parents ede1a99 + f34798e commit 60c6f09

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

catalog-info.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: System
3+
metadata:
4+
name: goose
5+
description: Common libraries for neonmoose services.
6+
annotations:
7+
github.com/project-slug: justworkshr/goose
8+
spec:
9+
lifecycle: maintenance
10+
type: library
11+
owner: developers
12+
---
13+
apiVersion: backstage.io/v1alpha1
14+
kind: Component
15+
metadata:
16+
name: goose
17+
description: Common libraries for neonmoose services.
18+
annotations:
19+
github.com/project-slug: justworkshr/goose
20+
tags:
21+
- go
22+
spec:
23+
lifecycle: maintenance
24+
type: library
25+
owner: developers
26+
system: goose

0 commit comments

Comments
 (0)