Skip to content

Commit 9500bb6

Browse files
committed
Add packagemanifest:aggregated-apiserver-clusterrole
1 parent 08ea39b commit 9500bb6

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

manifests/0000_30_13-packageserver.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,23 @@ subjects:
5454
name: olm-operator-serviceaccount
5555
namespace: openshift-operator-lifecycle-manager
5656
---
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+
---
5766
apiVersion: rbac.authorization.k8s.io/v1
5867
kind: ClusterRoleBinding
5968
metadata:
6069
name: package-apiserver-clusterrolebinding
6170
roleRef:
6271
apiGroup: rbac.authorization.k8s.io
6372
kind: ClusterRole
64-
name: aggregated-apiserver-clusterrole
73+
name: packagemanifest:aggregated-apiserver-clusterrole
6574
subjects:
6675
- kind: ServiceAccount
6776
name: olm-operator-serviceaccount

0 commit comments

Comments
 (0)