Skip to content

Commit

Permalink
Merge pull request #1 from jimbali/finalizer_permission
Browse files Browse the repository at this point in the history
Add finalizer permission to RB for OpenShift
  • Loading branch information
jimbali authored Jun 16, 2021
2 parents fe52790 + 47d1ec0 commit 12b1295
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ rules:
- get
- update
- patch
- apiGroups:
- cert-manager.io
resources:
- certificates/finalizers
- certificaterequests/finalizers
verbs:
- '*'
- apiGroups:
- ""
resources:
Expand All @@ -98,9 +105,3 @@ rules:
- get
- update
- patch
- apiGroups:
- rbacmanager.reactiveops.io
resources:
- rbacdefinitions/finalizers
verbs:
- "*"

0 comments on commit 12b1295

Please sign in to comment.