Skip to content

Commit

Permalink
Add catalog info for Backstage (#23)
Browse files Browse the repository at this point in the history
## Description

Adds catalog-info.yaml with metadata for Backstage instance.


## Type of Change

* New feature (non-breaking change which adds functionality)

## Checklist

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code

Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless authored Jul 17, 2024
1 parent ce913c1 commit bc381f4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: data-generator
title: Data Generator
namespace: quality-community
description: |
Java library for generating random and pseudo-random data used to simulate real-world workloads.
annotations:
github.com/project-slug: 'skodjob/data-generator'
tags:
- java
- test-framework
links:
- title: Help
url: https://github.com/skodjob/data-generator/blob/main/README.md
icon: help
spec:
type: library
lifecycle: production
owner: group:redhat/skodjob
domain: quality-community/quality-community

0 comments on commit bc381f4

Please sign in to comment.