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,7 @@ rules:
|
||||
resources: ["jobs"]
|
||||
verbs: ["create","list","get","delete","deletecollection"]
|
||||
- apiGroups: ["apps"]
|
||||
resources: ["deployments"]
|
||||
resources: ["deployments","statefulsets"]
|
||||
verbs: ["list","get","patch","update"]
|
||||
- apiGroups: ["litmuschaos.io"]
|
||||
resources: ["chaosengines","chaosexperiments","chaosresults"]
|
||||
|
Reference in New Issue
Block a user