(fix): fixing the rbac of target pod failure exp (#152)
* (fix): fixing the rbac of target pod failure exp Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> * (fix): fixing the indentation for infra exp Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
3101bbf9fa
commit
03e8aa5000
@@ -16,7 +16,7 @@ metadata:
|
||||
name: target-pod-failure-sa
|
||||
rules:
|
||||
- apiGroups: ["","apps","litmuschaos.io","batch","extensions","storage.k8s.io"]
|
||||
resources: ["pods","jobs","deployments","pods/exec","chaosexperiments","chaosresults","chaosengines","configmaps","secrets","services,"persistentvolumeclaims","storageclasses","persistentvolumes"]
|
||||
resources: ["pods","jobs","deployments","pods/exec","chaosexperiments","chaosresults","chaosengines","configmaps","secrets","services","persistentvolumeclaims","storageclasses","persistentvolumes"]
|
||||
verbs: ["create","list","get","patch","update","delete"]
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes"]
|
||||
|
Reference in New Issue
Block a user