Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
Allow PATCH Event Resource
Browse files Browse the repository at this point in the history
While testing the master branch I noticed this error

```
'events "foobarfoobarfoobarfoobarfoobarfoobar.155e2c1afd13d7ce" is forbidden:
User "system:serviceaccount:aws-service-operator:aws-service-operator" cannot
patch events in the namespace "default"' (will not retry!)
```

I updated the cluster role definition to allow this action

Signed-off-by: Alexander Tanton <tantonat@amazon.com>
  • Loading branch information
Tanton committed Oct 16, 2018
1 parent c8fccb2 commit 3478293
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@ items:
- pods
- configmaps
- services
- events
verbs:
- get
- list
- watch
- create
- delete
- update
- patch
- apiGroups:
- apiextensions.k8s.io
resources:
Expand Down

0 comments on commit 3478293

Please sign in to comment.