chore(permissions): sync the experiment and rbac permissions (#406)
* chore(permissions): sync the experiment and rbac permissions Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io> * Add "statefulsets" in pod autoscaler permissions Signed-off-by: udit <udit.gaurav@mayadata.io> Co-authored-by: udit <udit.gaurav@mayadata.io>
This commit is contained in:
committed by
GitHub
parent
8e69a7e196
commit
6ced128ee5
@@ -23,7 +23,9 @@ spec:
|
||||
- "jobs"
|
||||
- "pods"
|
||||
- "pods/log"
|
||||
- "pods/exec"
|
||||
- "deployments"
|
||||
- "statefulsets"
|
||||
- "events"
|
||||
- "chaosengines"
|
||||
- "chaosexperiments"
|
||||
@@ -35,6 +37,7 @@ spec:
|
||||
- "patch"
|
||||
- "update"
|
||||
- "delete"
|
||||
- "deletecollection"
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
@@ -42,6 +45,9 @@ spec:
|
||||
verbs:
|
||||
- "get"
|
||||
- "list"
|
||||
- "create"
|
||||
- "patch"
|
||||
- "update"
|
||||
image: "litmuschaos/go-runner:latest"
|
||||
imagePullPolicy: Always
|
||||
args:
|
||||
|
Reference in New Issue
Block a user