Skip to content

Commit

Permalink
Allow PodDisruptionBudget and HorizontalPodAutoscaler updates (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
regadas committed Feb 2, 2023
1 parent b8996a4 commit 6ba5520
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ rules:
- poddisruptionbudgets
verbs:
- create
- update
- delete
- get
- list
Expand All @@ -135,6 +136,7 @@ rules:
- horizontalpodautoscalers
verbs:
- create
- update
- delete
- get
- list
Expand Down

0 comments on commit 6ba5520

Please sign in to comment.