-
Notifications
You must be signed in to change notification settings - Fork 39
/
org.yaml
61 lines (61 loc) · 1.6 KB
/
org.yaml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: engineering
description: Engineering team
spec:
type: team
profile:
displayName: Engineering
email: [email protected]
picture: https://avatars.dicebear.com/api/identicon/[email protected]?background=%23fff&margin=25
children: []
---
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: nengineering
description: Nengineering team
spec:
type: team
profile:
displayName: Nengineering
email: [email protected]
picture: https://avatars.dicebear.com/api/identicon/[email protected]?background=%23fff&margin=25
children: []
members: [user:default/jussi, user:default/xantier]
---
apiVersion: backstage.io/v1alpha1
kind: User
metadata:
name: Xantier
spec:
profile:
displayName: Jussi Hallila
email: [email protected]
picture: https://avatars.dicebear.com/api/avataaars/[email protected]?background=%23fff
memberOf: [engineering, roadie-backstage-admin]
---
apiVersion: backstage.io/v1alpha1
kind: User
metadata:
name: jussi
spec:
profile:
displayName: Jussi Hallila
email: [email protected]
picture: https://avatars.dicebear.com/api/avataaars/jussi-hallila.svg
memberOf: [roadie-backstage-admin]
---
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: roadie-backstage-admin
description: Admins for Roadie on Roadie (roadie.roadie.so)
spec:
type: role
profile:
displayName: Roadie Backstage Admin
email: [email protected]
picture: https://avatars.dicebear.com/api/identicon/[email protected]?background=%23fff&margin=25
children: []