forked from redhat-developer/rhdh-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog-info-teams.yaml
More file actions
42 lines (42 loc) · 858 Bytes
/
catalog-info-teams.yaml
File metadata and controls
42 lines (42 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# NOTICE: In our internal Red Hat DevHub instance this groups are automatically imported due Rover/LDAP.
# This is duplication is for the purpose of using this groups in another test or public Backstage instance.
---
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: rhdh-team
spec:
type: team
children: [rhdh-core-team, rhdh-dynamic-plugin-team, rhdh-ui-team]
---
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: rhdh-core-team
spec:
type: team
children: []
---
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: rhdh-dynamic-plugin-team
spec:
type: team
children: []
---
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: rhdh-ui-team
spec:
type: team
children: []
---
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: orchestrator-team
spec:
type: team
children: []