Skip to content

Commit

Permalink
Fix rbac in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Sep 1, 2020
1 parent 855d0e3 commit 7486070
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions charts/fleet/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,9 @@ rules:
- ""
resources:
- secrets
verbs:
- '*'
- apiGroups:
- ""
resources:
- configmaps
verbs:
- list
- watch
- get
- '*'
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down

0 comments on commit 7486070

Please sign in to comment.