Skip to content

Commit

Permalink
Backstage Components have system (#47)
Browse files Browse the repository at this point in the history
This is a documented field and we should add it to our examples.
  • Loading branch information
lawrencejones authored Jun 7, 2023
2 parents f75108b + 4ae6a1d commit c3a9a91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/backstage/pipelines/entries.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@
type: 'Custom["BackstageGroup"]',
source: 'spec.owner.replace("group:", "")',
},
{
id: 'system',
name: 'System',
type: 'Custom["BackstageSystem"]',
source: 'spec.system',
},
{
id: 'subcomponent_of',
name: 'Subcomponent of',
Expand Down

0 comments on commit c3a9a91

Please sign in to comment.