Skip to content

Commit

Permalink
[ScheduledWorkflow] Fix events permission missing (#3785)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy committed May 20, 2020
1 parent ec9445a commit 53d35dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ rules:
- get
- list
- watch
- apiGroups:
- ''
resources:
- events
verbs:
- create
- patch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@ rules:
- watch
- update
- patch
- delete
- delete
- apiGroups:
- ''
resources:
- events
verbs:
- create
- patch

0 comments on commit 53d35dd

Please sign in to comment.