We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e1f37 commit 3f48edfCopy full SHA for 3f48edf
2 files changed
src/app-config.production.yaml
@@ -113,5 +113,9 @@ catalog:
113
- allow: [Template]
114
- type: url
115
target: https://github.com/ServerlessOpsIO/backstage-aws-sam-ecs-template/blob/main/template.yaml
116
+ rules:
117
+ - allow: [Template]
118
+ - type: url
119
+ target: https://github.com/ServerlessOpsIO/backstage-aws-sam-rds-template/blob/main/template.yaml
120
rules:
121
src/packages/app/src/App.tsx
@@ -141,6 +141,10 @@ const routes = (
141
title: "Containerization",
142
filter: entity => entity?.metadata?.tags?.includes('containerization') ?? false
143
},
144
+ {
145
+ title: "Infrastructure",
146
+ filter: entity => entity?.metadata?.tags?.includes('infrastructure') ?? false
147
+ },
148
]
149
}/>
150
}>
0 commit comments