Skip to content

Commit

Permalink
systest: fix RBAC rules for chaos-mesh (#6131)
Browse files Browse the repository at this point in the history
## Motivation

Systests are failing when running with RBAC enabled due to chaos-mesh object permissions
  • Loading branch information
ivan4th committed Jul 17, 2024
1 parent 78a7882 commit 3135cca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions systest/systest_rbac.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ rules:
- apiGroups: ["apps"]
resources: ["deployments"]
verbs: ["get","create","patch","update","list","watch"]
- apiGroups: ["chaos-mesh.org"]
resources: ["networkchaos", "timechaos", "schedule"]
verbs: ["get","create","patch","update","list","watch","delete"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit 3135cca

Please sign in to comment.