Skip to content

Commit cdcb476

Browse files
committed
feat(backstage): add Location entity for aggregating all templates in catalog
1 parent 40c174a commit cdcb476

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

backstage/catalog/all-templates.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Location
3+
metadata:
4+
name: all-templates
5+
title: 'All Templates'
6+
spec:
7+
type: url
8+
targets:
9+
- ./templates/xqueue-claim/template.yaml

0 commit comments

Comments
 (0)