Skip to content

Commit

Permalink
Merge branch 'fix/systest-rbac-chaos' into testing/systest-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan4th committed Jul 12, 2024
2 parents 8036ba4 + 2c322ed commit 7d6e19e
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 7d6e19e

Please sign in to comment.