forked from temp-demo-organisation/nationalparks-py
-
Notifications
You must be signed in to change notification settings - Fork 6
/
catalog-info8.yaml
51 lines (51 loc) · 1.38 KB
/
catalog-info8.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
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: temp-team-a
description: Temp Team A
spec:
type: team
profile:
# Intentional no displayName for testing
email: [email protected]
children: []
---
apiVersion: backstage.io/v1alpha1
kind: User
metadata:
name: divyanshigupta
spec:
profile:
# Intentional no displayName for testing
email: [email protected]
memberOf: [temp-team-a]
---
apiVersion: backstage.io/v1alpha1
kind: User
metadata:
name: its-mitesh-kumar
spec:
profile:
# Intentional no displayName for testing
email: [email protected]
memberOf: [temp-team-a]
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: nationalparks-py
labels:
component: nationalparks-py
annotations:
github.com/project-slug: divyanshiGupta/nationalparks-py
backstage.io/kubernetes-id: nationalparks-py
janus-idp.io/tekton: nationalparks-py
backstage.io/managed-by-location: url:http://github.com/backstage/backstage/blob/master/catalog-info.yaml
backstage.io/managed-by-origin-location: url:http://github.com/backstage/backstage/blob/master/catalog-info.yaml
# Annotations for TechDocs
techdocs.backstage.io/docs: '/docs' # or the URL to your documentation if hosted elsewhere
backstage.io/kubernetes-namespace: div
spec:
type: service
lifecycle: unknown
owner: temp-team-a