Skip to content

Commit

Permalink
Fix RBAC
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos committed Sep 18, 2023
1 parent a7b7c21 commit ab1c484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/kyverno-policy-operator/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rules:
resources:
- policyexceptions
verbs:
- create
- get
- list
- watch
Expand All @@ -21,7 +22,6 @@ rules:
resources:
- policyexceptiondrafts
verbs:
- create
- get
- list
- watch
Expand Down

0 comments on commit ab1c484

Please sign in to comment.