File tree 1 file changed +50
-0
lines changed 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ apiVersion : v1
3
+ kind : ServiceAccount
4
+ metadata :
5
+ name : scaletest-sa
6
+ namespace : coder-big
7
+ ---
8
+ apiVersion : rbac.authorization.k8s.io/v1
9
+ kind : Role
10
+ metadata :
11
+ name : scaletest-role
12
+ namespace : coder-big
13
+ rules :
14
+ - apiGroups :
15
+ - " "
16
+ resources : ["*"]
17
+ verbs :
18
+ - get
19
+ - list
20
+ - watch
21
+ - create
22
+ - update
23
+ - patch
24
+ - delete
25
+ - deletecollection
26
+ ---
27
+ apiVersion : rbac.authorization.k8s.io/v1
28
+ kind : RoleBinding
29
+ metadata :
30
+ name : scaletest-rolebinding
31
+ namespace : coder-big
32
+ subjects :
33
+ - kind : ServiceAccount
34
+ name : scaletest-sa
35
+ roleRef :
36
+ kind : Role
37
+ name : scaletest-role
38
+ ---
39
+ apiVersion : rbac.authorization.k8s.io/v1
40
+ kind : RoleBinding
41
+ metadata :
42
+ name : coder-provisioner-podmonitor-rolebinding
43
+ namespace : coder-big
44
+ subjects :
45
+ - kind : ServiceAccount
46
+ name : coder-provisioner
47
+ roleRef :
48
+ kind : Role
49
+ name : coder-podmonitor
50
+ ---
You can’t perform that action at this time.
0 commit comments