File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
components/vector-kubearchive-log-collector/base Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ commonAnnotations:
6
6
7
7
resources :
8
8
- vector-pre.yaml
9
+ - rbac.yaml
Original file line number Diff line number Diff line change
1
+ ---
2
+ kind : RoleBinding
3
+ apiVersion : rbac.authorization.k8s.io/v1
4
+ metadata :
5
+ name : kubearchive-logging-component-maintainers
6
+ namespace : product-kubearchive-logging
7
+ subjects :
8
+ - kind : Group
9
+ apiGroup : rbac.authorization.k8s.io
10
+ name : konflux-kubearchive # rover group
11
+ roleRef :
12
+ apiGroup : rbac.authorization.k8s.io
13
+ kind : ClusterRole
14
+ name : component-maintainer
15
+ ---
16
+ kind : RoleBinding
17
+ apiVersion : rbac.authorization.k8s.io/v1
18
+ metadata :
19
+ name : kubearchive-logging-admin
20
+ namespace : product-kubearchive-logging
21
+ subjects :
22
+ - kind : Group
23
+ apiGroup : rbac.authorization.k8s.io
24
+ name : konflux-kubearchive # rover group
25
+ roleRef :
26
+ apiGroup : rbac.authorization.k8s.io
27
+ kind : ClusterRole
28
+ name : admin
You can’t perform that action at this time.
0 commit comments