Skip to content

Commit

Permalink
Add finalizer permission to RB for OpenShift
Browse files Browse the repository at this point in the history
  • Loading branch information
gellner committed Jun 16, 2021
1 parent fe52790 commit bcd116e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 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 Down

0 comments on commit bcd116e

Please sign in to comment.