Skip to content

Commit

Permalink
Add component backstage (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm authored Apr 25, 2023
1 parent c6917e9 commit 6d6579d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Declare a Backstage Component that represents your application.
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: elastic-package
description: elastic-package - Command line tool for developing Elastic Integrations

spec:
type: tool
owner: group:ingest-fp # Find your group in https://backstage.elastic.dev/catalog?filters%5Bkind%5D=group
system: platform-ingest # Find your group in https://backstage.elastic.dev/catalog?filters%5Bkind%5D=system
lifecycle: production # or production, deprecated, etc.

---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: backstage.io/v1alpha1
Expand Down

0 comments on commit 6d6579d

Please sign in to comment.