diff --git a/manifests/machineconfigserver/clusterrole.yaml b/manifests/machineconfigserver/clusterrole.yaml index 76ca884564..262ce09814 100644 --- a/manifests/machineconfigserver/clusterrole.yaml +++ b/manifests/machineconfigserver/clusterrole.yaml @@ -5,7 +5,7 @@ metadata: rules: - apiGroups: ["machineconfiguration.openshift.io"] resources: ["machineconfigs", "machineconfigpools"] - verbs: ["*"] + verbs: ["get", "list", "watch"] - apiGroups: ["machineconfiguration.openshift.io"] resources: ["controllerconfigs"] verbs: ["get", "watch", "list"]