Skip to content

Commit

Permalink
Merge pull request #46 from SumoLogic/fix-event-collection
Browse files Browse the repository at this point in the history
ensure proper permissions for events...
  • Loading branch information
frankreno authored Jun 14, 2019
2 parents 9edea96 + 46665bb commit 19282be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/kubernetes/fluentd-sumologic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ rules:
- services
- statefulsets
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources:
- configmaps
verbs: ["create", "update"]
---
apiVersion: v1
kind: ServiceAccount
Expand Down

0 comments on commit 19282be

Please sign in to comment.