diff --git a/bindata/manifests/operator-webhook/002-rbac.yaml b/bindata/manifests/operator-webhook/002-rbac.yaml index 35158ad94..9f834ce43 100644 --- a/bindata/manifests/operator-webhook/002-rbac.yaml +++ b/bindata/manifests/operator-webhook/002-rbac.yaml @@ -10,48 +10,22 @@ kind: ClusterRole metadata: name: operator-webhook rules: -- apiGroups: [""] - resources: ["nodes"] - verbs: ["get", "list", "watch"] -- apiGroups: - - certificates.k8s.io - resources: - - certificatesigningrequests - - certificatesigningrequests/approval - verbs: - - '*' -- apiGroups: - - "" - resources: - - secrets - verbs: - - '*' - apiGroups: - "" resources: - - configmaps + - nodes verbs: - get - - update + - list + - watch - apiGroups: - - admissionregistration.k8s.io + - "sriovnetwork.openshift.io" resources: - - mutatingwebhookconfigurations - - validatingwebhookconfigurations + - "*" verbs: - - '*' -- apiGroups: - - "" - resources: - - services - verbs: - - '*' -- apiGroups: - - "sriovnetwork.openshift.io" - resources: - - "*" - verbs: - - "*" + - get + - list + - watch --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding