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

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

Signed-off-by: default avatarLouis-Etienne Dorval <ledor473@hotmail.com>
parent 77924fec
Showing with 1 addition and 1 deletion
+1 -1
......@@ -142,7 +142,7 @@ metadata:
name: tiller-manager
namespace: myorg-users
rules:
- apiGroups: ["", "extensions", "apps"]
- apiGroups: ["", "batch", "extensions", "apps"]
resources: ["*"]
verbs: ["*"]
```
......
Supports Markdown
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