Skip to content

Commit

Permalink
fix: add permissions to patch events (#1722)
Browse files Browse the repository at this point in the history
Signed-off-by: hectorj2f <hectorf@vmware.com>
  • Loading branch information
Hector Fernandez authored Apr 7, 2022
1 parent d03404e commit 43f427b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/200-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["events"]
verbs: ["create"]
verbs: ["create","patch"]

# Allow the reconciliation of exactly our validating and mutating webhooks.
- apiGroups: ["admissionregistration.k8s.io"]
Expand Down

0 comments on commit 43f427b

Please sign in to comment.