Skip to content

Commit 6d6579d

Browse files
authored
Add component backstage (#1237)
1 parent c6917e9 commit 6d6579d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

catalog-info.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Declare a Backstage Component that represents your application.
2+
---
3+
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
4+
apiVersion: backstage.io/v1alpha1
5+
kind: Component
6+
metadata:
7+
name: elastic-package
8+
description: elastic-package - Command line tool for developing Elastic Integrations
9+
10+
spec:
11+
type: tool
12+
owner: group:ingest-fp # Find your group in https://backstage.elastic.dev/catalog?filters%5Bkind%5D=group
13+
system: platform-ingest # Find your group in https://backstage.elastic.dev/catalog?filters%5Bkind%5D=system
14+
lifecycle: production # or production, deprecated, etc.
15+
116
---
217
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
318
apiVersion: backstage.io/v1alpha1

0 commit comments

Comments
 (0)