Skip to content

Commit

Permalink
Merge pull request helm#3574 from derekbassett/documentation-issue-fo…
Browse files Browse the repository at this point in the history
…r-RBAC

The defined role does not allow Tiller to launch Kubernetes jobs
  • Loading branch information
Matthew Fisher authored Jun 21, 2018
2 parents 67d1126 + 00376d4 commit a7a95c5
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 a7a95c5

Please sign in to comment.