Skip to content

Commit ad0ee3d

Browse files
chore: use local files instead of latest from main branch
Signed-off-by: Christoph Jerolimov <[email protected]>
1 parent aa1499a commit ad0ee3d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

app-config.yaml

+9-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,15 @@ catalog:
150150
rules:
151151
- allow: [Component, System, Group, Resource, Location, Template, API]
152152
locations:
153-
- type: url
154-
target: https://github.com/redhat-developer/rhdh/blob/main/catalog-entities/all.yaml
153+
- type: file
154+
target: ../../catalog-info.yaml
155+
rules:
156+
- allow: [Component, System]
157+
158+
- type: file
159+
target: ../../catalog-entities/all.yaml
160+
rules:
161+
- allow: [Component, System, Group, Resource, Location, Template, API]
155162

156163
- type: url
157164
target: https://github.com/redhat-developer/red-hat-developer-hub-software-templates/blob/main/templates.yaml

0 commit comments

Comments
 (0)