Skip to content

Commit

Permalink
Add missing event permission in clusterrole
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomson25 committed Apr 16, 2019
1 parent 289c142 commit 89a55f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/cluster-install/argo-rollouts-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ rules:
- update
- watch
- patch
- apiGroups:
- ""
resources:
- events
verbs:
- create

6 changes: 6 additions & 0 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,12 @@ rules:
- update
- watch
- patch
- apiGroups:
- ""
resources:
- events
verbs:
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down

0 comments on commit 89a55f1

Please sign in to comment.