Skip to content

Commit

Permalink
(from AES) Update RBAC with "patch" permission for events
Browse files Browse the repository at this point in the history
  • Loading branch information
Flynn committed Oct 7, 2020
1 parent e1183dc commit 94eac5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/yaml/aes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ rules:
verbs: ["get", "list", "watch", "create", "update"]
- apiGroups: [""]
resources: [ "events" ]
verbs: ["get", "list", "watch", "create"]
verbs: ["get", "list", "watch", "create", "patch"]
- apiGroups: ["coordination.k8s.io"]
resources: [ "leases" ]
verbs: ["get", "create", "update"]
Expand Down

0 comments on commit 94eac5a

Please sign in to comment.