Skip to content

Commit

Permalink
The default defined role does not allow Tiller to launch Kubernetes j…
Browse files Browse the repository at this point in the history
…obs.
  • Loading branch information
derekbassett committed Mar 23, 2018
1 parent 5d4b930 commit 00376d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ metadata:
name: tiller-manager
namespace: tiller-world
rules:
- apiGroups: ["", "extensions", "apps"]
- apiGroups: ["", "batch", "extensions", "apps"]
resources: ["*"]
verbs: ["*"]
```
Expand Down

0 comments on commit 00376d4

Please sign in to comment.