Skip to content

Commit

Permalink
Missing the batch permission in one of the example (helm#4829)
Browse files Browse the repository at this point in the history
Signed-off-by: Louis-Etienne Dorval <ledor473@hotmail.com>
  • Loading branch information
ledor473 authored and Matthew Fisher committed Oct 24, 2018
1 parent 77924fe commit 48ca44b
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 @@ -142,7 +142,7 @@ metadata:
name: tiller-manager
namespace: myorg-users
rules:
- apiGroups: ["", "extensions", "apps"]
- apiGroups: ["", "batch", "extensions", "apps"]
resources: ["*"]
verbs: ["*"]
```
Expand Down

0 comments on commit 48ca44b

Please sign in to comment.