chore(docs): refactor the charts, rbac & engine manifests (#324)

Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
Shubham Chaudhary
2020-09-14 20:15:04 +05:30
committed by GitHub
parent 1e86227a6f
commit 983ae3e35e
13 changed files with 27 additions and 26 deletions

View File

@@ -17,7 +17,7 @@ metadata:
rules:
- apiGroups: ["","litmuschaos.io","batch","apps"]
resources: ["pods","deployments","statefulsets","services","pods/log","pods/exec","events","jobs","chaosengines","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"]
verbs: ["create","list","get","patch","update","delete", "deletecollection"]
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding