diff --git a/docs/backstage/pipelines/entries.jsonnet b/docs/backstage/pipelines/entries.jsonnet index 77b8c77..4434fbe 100644 --- a/docs/backstage/pipelines/entries.jsonnet +++ b/docs/backstage/pipelines/entries.jsonnet @@ -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',