File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,23 @@ subjects:
53
53
name : olm-operator-serviceaccount
54
54
namespace : {{ .Values.namespace }}
55
55
---
56
+ kind : ClusterRole
57
+ apiVersion : rbac.authorization.k8s.io/v1
58
+ metadata :
59
+ name : packagemanifest:aggregated-apiserver-clusterrole
60
+ rules :
61
+ - apiGroups : ["admissionregistration.k8s.io"]
62
+ resources : ["mutatingwebhookconfigurations", "validatingwebhookconfigurations"]
63
+ verbs : ["get", "watch", "list"]
64
+ ---
56
65
apiVersion : rbac.authorization.k8s.io/v1
57
66
kind : ClusterRoleBinding
58
67
metadata :
59
68
name : package-apiserver-clusterrolebinding
60
69
roleRef :
61
70
apiGroup : rbac.authorization.k8s.io
62
71
kind : ClusterRole
63
- name : aggregated-apiserver-clusterrole
72
+ name : packagemanifest: aggregated-apiserver-clusterrole
64
73
subjects :
65
74
- kind : ServiceAccount
66
75
name : olm-operator-serviceaccount
Original file line number Diff line number Diff line change @@ -54,14 +54,23 @@ subjects:
54
54
name : olm-operator-serviceaccount
55
55
namespace : openshift-operator-lifecycle-manager
56
56
---
57
+ kind : ClusterRole
58
+ apiVersion : rbac.authorization.k8s.io/v1
59
+ metadata :
60
+ name : packagemanifest:aggregated-apiserver-clusterrole
61
+ rules :
62
+ - apiGroups : ["admissionregistration.k8s.io"]
63
+ resources : ["mutatingwebhookconfigurations", "validatingwebhookconfigurations"]
64
+ verbs : ["get", "watch", "list"]
65
+ ---
57
66
apiVersion : rbac.authorization.k8s.io/v1
58
67
kind : ClusterRoleBinding
59
68
metadata :
60
69
name : package-apiserver-clusterrolebinding
61
70
roleRef :
62
71
apiGroup : rbac.authorization.k8s.io
63
72
kind : ClusterRole
64
- name : aggregated-apiserver-clusterrole
73
+ name : packagemanifest: aggregated-apiserver-clusterrole
65
74
subjects :
66
75
- kind : ServiceAccount
67
76
name : olm-operator-serviceaccount
You can’t perform that action at this time.
0 commit comments