Add missing permissions to emit Kubernetes events

This commit is contained in:
Tomasz Sęk 2019-05-17 16:32:12 +02:00
parent c5067d8342
commit 127992eb96
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
1 changed files with 6 additions and 0 deletions

View File

@ -64,3 +64,9 @@ rules:
- pods/exec
verbs:
- "*"
- apiGroups:
- ""
resources:
- events
verbs:
- create