Skip to content

Commit

Permalink
Fixes #1326 deis run need pods-create perms rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan McNaught committed Oct 30, 2017
1 parent f42af9b commit c60680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/controller/templates/controller-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rules:
verbs: ["get"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list", "delete"]
verbs: ["get", "list", "create", "delete"]
- apiGroups: [""]
resources: ["resourcequotas"]
verbs: ["get", "create"]
Expand Down

0 comments on commit c60680f

Please sign in to comment.