Skip to content

Commit

Permalink
chore: Add rbac permissions for suspending kustomizations
Browse files Browse the repository at this point in the history
  • Loading branch information
miketonks-form3 committed Jun 27, 2024
1 parent 66c52d4 commit 96b9bd7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions helm/chaos-mesh/templates/controller-manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@ rules:
- patch
- list
- watch
- apiGroups:
- "kustomize.toolkit.fluxcd.io"
resources:
- kustomizations
verbs:
- get
- patch
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 96b9bd7

Please sign in to comment.