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

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

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

Loading…
Cancel
Save