Skip to content

Commit

Permalink
fix: Add missing poddisruption budget permissions in manager cluster …
Browse files Browse the repository at this point in the history
…role (#718)

Signed-off-by: woodyh <woodyh@blackmagicdesign.com>
  • Loading branch information
wondertroy authored Oct 30, 2024
1 parent 20e4045 commit 69efcf0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,11 @@ rules:
verbs:
- get
- update
- apiGroups:
- policy
resources:
- poddisruptionbudgets
verbs:
- list
- create
- watch

0 comments on commit 69efcf0

Please sign in to comment.