Skip to content

Commit f72a123

Browse files
authored
Merge pull request #6 from vladHulea/POPS-875
POPS-875 Create catalog-info.yaml for ownership of Platform-Ops repo's
2 parents 96a6ac3 + e878989 commit f72a123

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

catalog-info.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
# catalog-info.yml
3+
# This file contains metadata for backstage
4+
# Read more about available fields and annotations:
5+
# https://github.com/tradeshift/backstage
6+
#
7+
apiVersion: backstage.io/v1alpha1
8+
kind: Component
9+
metadata:
10+
name: puppetlabs-postgresql
11+
description: |
12+
puppetlabs-postgresql module
13+
annotations:
14+
github.com/project-slug: Tradeshift/puppetlabs-postgresql # GitHub project name
15+
16+
spec:
17+
type: other
18+
owner: platform-ops
19+
lifecycle: experimental

0 commit comments

Comments
 (0)