Skip to content

Commit

Permalink
Merge pull request #1596 from linuxmaniac/vseva/1595
Browse files Browse the repository at this point in the history
charts: add missing permission for policy
  • Loading branch information
k8s-ci-robot authored Jan 7, 2025
2 parents 335c698 + 5a201a3 commit 0b3c022
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/descheduler/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ rules:
- apiGroups: ["scheduling.k8s.io"]
resources: ["priorityclasses"]
verbs: ["get", "watch", "list"]
- apiGroups: ["policy"]
resources: ["poddisruptionbudgets"]
verbs: ["get", "watch", "list"]
{{- if .Values.leaderElection.enabled }}
- apiGroups: ["coordination.k8s.io"]
resources: ["leases"]
Expand Down

0 comments on commit 0b3c022

Please sign in to comment.