File tree 5 files changed +90
-10
lines changed
5 files changed +90
-10
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,26 @@ metadata:
7
7
rules :
8
8
- apiGroups : [""]
9
9
resources : ["pods"]
10
- verbs : ["*"]
10
+ verbs :
11
+ - create
12
+ - delete
13
+ - deletecollection
14
+ - get
15
+ - list
16
+ - patch
17
+ - update
18
+ - watch
11
19
- apiGroups : [""]
12
20
resources : ["persistentvolumeclaims"]
13
- verbs : ["*"]
21
+ verbs :
22
+ - create
23
+ - delete
24
+ - deletecollection
25
+ - get
26
+ - list
27
+ - patch
28
+ - update
29
+ - watch
14
30
15
31
---
16
32
apiVersion : rbac.authorization.k8s.io/v1
Original file line number Diff line number Diff line change @@ -22,10 +22,26 @@ metadata:
22
22
rules:
23
23
- apiGroups: [""]
24
24
resources: ["pods"]
25
- verbs: ["*"]
25
+ verbs:
26
+ - create
27
+ - delete
28
+ - deletecollection
29
+ - get
30
+ - list
31
+ - patch
32
+ - update
33
+ - watch
26
34
- apiGroups: [""]
27
35
resources: ["persistentvolumeclaims"]
28
- verbs: ["*"]
36
+ verbs:
37
+ - create
38
+ - delete
39
+ - deletecollection
40
+ - get
41
+ - list
42
+ - patch
43
+ - update
44
+ - watch
29
45
---
30
46
# Source: coder/templates/rbac.yaml
31
47
apiVersion: rbac.authorization.k8s.io/v1
Original file line number Diff line number Diff line change @@ -22,10 +22,26 @@ metadata:
22
22
rules:
23
23
- apiGroups: [""]
24
24
resources: ["pods"]
25
- verbs: ["*"]
25
+ verbs:
26
+ - create
27
+ - delete
28
+ - deletecollection
29
+ - get
30
+ - list
31
+ - patch
32
+ - update
33
+ - watch
26
34
- apiGroups: [""]
27
35
resources: ["persistentvolumeclaims"]
28
- verbs: ["*"]
36
+ verbs:
37
+ - create
38
+ - delete
39
+ - deletecollection
40
+ - get
41
+ - list
42
+ - patch
43
+ - update
44
+ - watch
29
45
---
30
46
# Source: coder/templates/rbac.yaml
31
47
apiVersion: rbac.authorization.k8s.io/v1
Original file line number Diff line number Diff line change @@ -22,10 +22,26 @@ metadata:
22
22
rules:
23
23
- apiGroups: [""]
24
24
resources: ["pods"]
25
- verbs: ["*"]
25
+ verbs:
26
+ - create
27
+ - delete
28
+ - deletecollection
29
+ - get
30
+ - list
31
+ - patch
32
+ - update
33
+ - watch
26
34
- apiGroups: [""]
27
35
resources: ["persistentvolumeclaims"]
28
- verbs: ["*"]
36
+ verbs:
37
+ - create
38
+ - delete
39
+ - deletecollection
40
+ - get
41
+ - list
42
+ - patch
43
+ - update
44
+ - watch
29
45
---
30
46
# Source: coder/templates/rbac.yaml
31
47
apiVersion: rbac.authorization.k8s.io/v1
Original file line number Diff line number Diff line change @@ -22,10 +22,26 @@ metadata:
22
22
rules:
23
23
- apiGroups: [""]
24
24
resources: ["pods"]
25
- verbs: ["*"]
25
+ verbs:
26
+ - create
27
+ - delete
28
+ - deletecollection
29
+ - get
30
+ - list
31
+ - patch
32
+ - update
33
+ - watch
26
34
- apiGroups: [""]
27
35
resources: ["persistentvolumeclaims"]
28
- verbs: ["*"]
36
+ verbs:
37
+ - create
38
+ - delete
39
+ - deletecollection
40
+ - get
41
+ - list
42
+ - patch
43
+ - update
44
+ - watch
29
45
---
30
46
# Source: coder/templates/rbac.yaml
31
47
apiVersion: rbac.authorization.k8s.io/v1
You can’t perform that action at this time.
0 commit comments