Missing the batch permission in one of the example

Signed-off-by: Louis-Etienne Dorval <ledor473@hotmail.com>
pull/4829/head
Louis-Etienne 7 years ago committed by Louis-Etienne Dorval
parent 77924fec91
commit 6a71f0a193

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

Loading…
Cancel
Save