Skip to content

Commit 3c0d873

Browse files
committed
Add catalog-info.yaml
1 parent 76aba99 commit 3c0d873

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

catalog-info.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
apiVersion: backstage.io/v1alpha1
3+
kind: System
4+
metadata:
5+
name: bit-node-tools
6+
description: Misc node tools from the Boost Internal Tools team
7+
annotations:
8+
github.com/project-slug: ovotech/bit-node-tools
9+
spec:
10+
owner: boost-bit
11+
domain: infrastructure-and-enablement
12+
---
13+
apiVersion: backstage.io/v1alpha1
14+
kind: Component
15+
metadata:
16+
name: bit-node-tools
17+
description: Misc node tools from the Boost Internal Tools team
18+
annotations:
19+
github.com/project-slug: ovotech/bit-node-tools
20+
backstage.io/source-location: url:https://github.com/ovotech/bit-node-tools/tree/main
21+
tags:
22+
- internal
23+
- typescript
24+
spec:
25+
type: service
26+
lifecycle: production
27+
owner: boost-bit
28+
system: bit-node-tools

0 commit comments

Comments
 (0)