Skip to content

Commit

Permalink
chart: Fix missing deletecollection permission
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Nov 22, 2021
1 parent cc22c00 commit 2f5a7b1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/okra/templates/manager_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,15 @@ rules:
- get
- patch
- update
- apiGroups:
- okra.mumo.co
resources:
- pauses
verbs:
- deletecollection
- apiGroups:
- argoproj.io
resources:
- analysisruns
verbs:
- deletecollection

0 comments on commit 2f5a7b1

Please sign in to comment.