Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ScheduledWorkflow] Fix events permission missing (kubeflow#3785)
Browse files Browse the repository at this point in the history
Bobgy authored and Jeffwan committed Dec 9, 2020

Verified

This commit was signed with the committer’s verified signature.
hannojg Hanno J. Gödecke
1 parent 627f599 commit a6fa183
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -112,6 +112,13 @@ rules:
- get
- list
- watch
- apiGroups:
- ''
resources:
- events
verbs:
- create
- patch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
Original file line number Diff line number Diff line change
@@ -28,4 +28,11 @@ rules:
- watch
- update
- patch
- delete
- delete
- apiGroups:
- ''
resources:
- events
verbs:
- create
- patch

0 comments on commit a6fa183

Please sign in to comment.