update(rbac): Adding pods/log permission for failStep in all charts

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
shubhamchaudhary
2020-03-13 18:16:03 +05:30
parent e2a12b6954
commit 006e945a2f
23 changed files with 23 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ metadata:
name: coredns-pod-delete-sa
rules:
- apiGroups: ["","litmuschaos.io","batch"]
resources: ["services", "pods","jobs","events","pods/logs","chaosengines","chaosexperiments","chaosresults"]
resources: ["services", "pods","jobs","events","pods/log","chaosengines","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"]
---
apiVersion: rbac.authorization.k8s.io/v1beta1