From ee6aaf32c5c0eba6d248dba1548bae3f53276837 Mon Sep 17 00:00:00 2001 From: jeangab Date: Tue, 23 Apr 2024 23:18:51 -0400 Subject: [PATCH] Add some templates --- sreez-showcase/app-config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sreez-showcase/app-config.yaml b/sreez-showcase/app-config.yaml index 3e14101..293a1a4 100644 --- a/sreez-showcase/app-config.yaml +++ b/sreez-showcase/app-config.yaml @@ -133,6 +133,9 @@ catalog: rules: - allow: [Template] + - type: url + target: https://github.com/backstage/backstage/blob/master/packages/catalog-model/examples/all.yaml + # Local example organizational data - type: file target: ../../examples/org.yaml @@ -141,6 +144,13 @@ catalog: - type: url target: https://github.com/backstage/backstage/raw/master/packages/catalog-model/examples/apis/petstore-api.yaml + - type: url + target: https://github.com/Kheops-org/backstage-templates/blob/main/templates.yaml + + - type: url + target: https://github.com/redhat-developer/red-hat-developer-hub-software-templates/blob/main/templates.yaml + rules: + - allow: [Template] ## Uncomment these lines to add more example data # - type: url # target: https://github.com/backstage/backstage/blob/master/packages/catalog-model/examples/all.yaml