File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -1095,6 +1095,22 @@ rules:
1095
1095
---
1096
1096
apiVersion : rbac.authorization.k8s.io/v1
1097
1097
kind : Role
1098
+ metadata :
1099
+ name : catalogd-manager-role
1100
+ namespace : olmv1-system
1101
+ rules :
1102
+ - apiGroups :
1103
+ - " "
1104
+ resources :
1105
+ - secrets
1106
+ - serviceaccounts
1107
+ verbs :
1108
+ - get
1109
+ - list
1110
+ - watch
1111
+ ---
1112
+ apiVersion : rbac.authorization.k8s.io/v1
1113
+ kind : Role
1098
1114
metadata :
1099
1115
name : operator-controller-leader-election-role
1100
1116
namespace : olmv1-system
@@ -1150,6 +1166,14 @@ rules:
1150
1166
- patch
1151
1167
- update
1152
1168
- watch
1169
+ - apiGroups :
1170
+ - " "
1171
+ resources :
1172
+ - serviceaccounts
1173
+ verbs :
1174
+ - get
1175
+ - list
1176
+ - watch
1153
1177
---
1154
1178
apiVersion : rbac.authorization.k8s.io/v1
1155
1179
kind : ClusterRole
@@ -1355,6 +1379,23 @@ subjects:
1355
1379
---
1356
1380
apiVersion : rbac.authorization.k8s.io/v1
1357
1381
kind : RoleBinding
1382
+ metadata :
1383
+ labels :
1384
+ app.kubernetes.io/name : catalogd
1385
+ app.kubernetes.io/part-of : olm
1386
+ name : catalogd-manager-rolebinding
1387
+ namespace : olmv1-system
1388
+ roleRef :
1389
+ apiGroup : rbac.authorization.k8s.io
1390
+ kind : Role
1391
+ name : catalogd-manager-role
1392
+ subjects :
1393
+ - kind : ServiceAccount
1394
+ name : catalogd-controller-manager
1395
+ namespace : olmv1-system
1396
+ ---
1397
+ apiVersion : rbac.authorization.k8s.io/v1
1398
+ kind : RoleBinding
1358
1399
metadata :
1359
1400
name : operator-controller-leader-election-rolebinding
1360
1401
namespace : olmv1-system
You can’t perform that action at this time.
0 commit comments