(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:
Shubham Chaudhary
2020-02-15 20:56:07 +05:30
committed by GitHub
parent 3101bbf9fa
commit 03e8aa5000
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ metadata:
labels:
name: pool-container-failure-sa
rules:
- apiGroups: ["","apps","litmuschaos.io","batch","extensions","storage.k8s.io",openebs.io"]
- apiGroups: ["","apps","litmuschaos.io","batch","extensions","storage.k8s.io","openebs.io"]
resources: ["pods","jobs","daemonsets","replicasets","pods/exec","configmaps","secrets","persistentvolumeclaims","cstorvolumereplicas","chaosexperiments","chaosresults","chaosengines"]
verbs: ["create","list","get","patch","update","delete"]
---