Skip to content

Commit

Permalink
OCPBUGS-13034: Fixed revoking some permissions to CAPI Manager Cluste…
Browse files Browse the repository at this point in the history
…rrole

Signed-off-by: Juan Manuel Parrilla Madrid <jparrill@redhat.com>
  • Loading branch information
jparrill committed May 26, 2023
1 parent 06fc466 commit 52a3b2a
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -2683,11 +2683,6 @@ func reconcileCAPIManagerClusterRole(role *rbacv1.ClusterRole) error {
Resources: []string{"customresourcedefinitions"},
Verbs: []string{"get", "list", "watch"},
},
{
APIGroups: []string{""},
Resources: []string{"events"},
Verbs: []string{"update", "create", "patch"},
},
}
return nil
}
Expand Down

0 comments on commit 52a3b2a

Please sign in to comment.