Skip to content

Commit 9af30b2

Browse files
feat: Onboard service to Catalog
1 parent ffb8bf7 commit 9af30b2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

catalog-info.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: python-cert_manager
5+
description: Python interface to the Sectigo Certificate Manager REST API
6+
tags:
7+
- python
8+
- cert_manager
9+
- certificate
10+
- sectigo
11+
annotations:
12+
github.com/project-slug: broadinstitute/python-cert_manager
13+
backstage.io/source-template: template:default/open-pr-with-catalog-entry
14+
backstage.io/techdocs-ref: dir:.
15+
spec:
16+
type: library
17+
lifecycle: production
18+
owner: devnull

0 commit comments

Comments
 (0)