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

Signed-off-by: Louis-Etienne Dorval <ledor473@hotmail.com>
pull/4207/head^2
Louis-Etienne 7 years ago committed by Sebastien Plisson
parent 17ac2a45f9
commit a138a42fcb

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

Loading…
Cancel
Save