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

Signed-off-by: Louis-Etienne Dorval <ledor473@hotmail.com>
pull/4853/head
Louis-Etienne 6 years ago committed by Matthew Fisher
parent 77924fec91
commit 48ca44b7f0

@ -142,7 +142,7 @@ metadata:
name: tiller-manager
namespace: myorg-users
rules:
- apiGroups: ["", "extensions", "apps"]
- apiGroups: ["", "batch", "extensions", "apps"]
resources: ["*"]
verbs: ["*"]
```

Loading…
Cancel
Save