k8s chart: add permissions for pod exec and logs
This commit is contained in:
parent
aa645d9b15
commit
ca626f3c0a
@ -6,7 +6,7 @@ metadata:
|
|||||||
name: crawler-run
|
name: crawler-run
|
||||||
rules:
|
rules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
resources: ["pods", "services", "configmaps", "secrets", "events"]
|
resources: ["pods", "pods/exec", "pods/log", "services", "configmaps", "secrets", "events"]
|
||||||
verbs: ["get", "list", "watch", "create", "update", "patch", "delete", "deletecollection"]
|
verbs: ["get", "list", "watch", "create", "update", "patch", "delete", "deletecollection"]
|
||||||
|
|
||||||
- apiGroups: ["batch", "extensions"]
|
- apiGroups: ["batch", "extensions"]
|
||||||
|
Loading…
Reference in New Issue
Block a user