The default defined role does not allow Tiller to launch Kubernetes jobs.

Signed-off-by: Sebastien Plisson <sebastien.plisson@gmail.com>
pull/4207/head
Derek Bassett 8 years ago committed by Sebastien Plisson
parent 57b582465c
commit 324cec82e7

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

Loading…
Cancel
Save