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

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-03-13 18:03:31 +05:30
committed by GitHub
parent 430cbc093c
commit e2a12b6954
23 changed files with 23 additions and 22 deletions

View File

@@ -15,7 +15,7 @@ metadata:
name: node-drain-sa
rules:
- apiGroups: ["","litmuschaos.io","batch","extensions"]
resources: ["pods","jobs","events","chaosengines","daemonsets","pods/eviction","chaosexperiments","chaosresults"]
resources: ["pods","jobs","events","chaosengines","pods/logs","daemonsets","pods/eviction","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"]
- apiGroups: [""]
resources: ["nodes"]