Skip to content

Commit

Permalink
fix(catalog): allow creating Domain resources from github (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Feb 20, 2024
1 parent 9261b94 commit ef68d42
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ catalog:
entityFilename: catalog-info.yaml
pullRequestBranchName: backstage-integration
rules:
- allow: [Component, System, API, Resource, Location, Template]
- allow: [API, Component, Domain, Resource, System, Template, Location]
providers:
github:
github:
Expand Down
14 changes: 14 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
---
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: rabe-backsage
title: RaBe Backstage
description: Our overengineered developer portal
annotations:
github.com/project-slug: radiorabe/rabe-backstage
backstage.io/techdocs-ref: dir:.
spec:
owner: it-reaktion
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
Expand All @@ -12,5 +25,6 @@ spec:
type: website
owner: it-reaktion
lifecycle: experimental
system: rabe-backstage
dependsOn:
- component:default/rabe-ubi9-minimal

0 comments on commit ef68d42

Please sign in to comment.