forked from opendatahub-io/odh-manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cuda-build-role.yaml
80 lines (80 loc) · 1.31 KB
/
cuda-build-role.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
apiVersion: authorization.openshift.io/v1
kind: Role
metadata:
labels:
app: cuda-11.0.3-build-job
name: cuda-11.0.3-build-job
rules:
- apiGroups:
- ""
- build.openshift.io
resources:
- builds
verbs:
- get
- list
- watch
- apiGroups:
- ""
- image.openshift.io
resources:
- imagestreams
verbs:
- create
- patch
- update
- get
- list
- watch
- apiGroups:
- ""
resources:
- configmaps
- secrets
- events
- persistentvolumeclaims
- pods
- services
- endpoints
verbs:
- get
- list
- watch
- apiGroups:
- ""
- template.openshift.io
resources:
- processedtemplates
- templateconfigs
- templateinstances
- templates
verbs:
- create
- delete
- deletecollection
- patch
- update
- apiGroups:
- ""
- template.openshift.io
resources:
- processedtemplates
- templateconfigs
- templateinstances
- templates
verbs:
- get
- list
- watch
- apiGroups:
- build.openshift.io
resources:
- builds
- buildconfigs
verbs:
- create
- patch
- update
- get
- list
- watch