Commit 48ca44b7 authored by Louis-Etienne's avatar Louis-Etienne Committed by Matthew Fisher

Missing the batch permission in one of the example (#4829)

Signed-off-by: 's avatarLouis-Etienne Dorval <ledor473@hotmail.com>
parent 77924fec
......@@ -142,7 +142,7 @@ metadata:
name: tiller-manager
namespace: myorg-users
rules:
- apiGroups: ["", "extensions", "apps"]
- apiGroups: ["", "batch", "extensions", "apps"]
resources: ["*"]
verbs: ["*"]
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment