Skip to content

Commit 4c4c31f

Browse files
authored
Merge pull request #1621 from googs1025/automated-cherry-pick-of-#1596-upstream-release-1.32
Automated cherry pick of #1596: charts: add missing permission for policy at ClusterRole
2 parents c98d340 + ea3e483 commit 4c4c31f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/descheduler/templates/clusterrole.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ rules:
2424
- apiGroups: ["scheduling.k8s.io"]
2525
resources: ["priorityclasses"]
2626
verbs: ["get", "watch", "list"]
27+
- apiGroups: ["policy"]
28+
resources: ["poddisruptionbudgets"]
29+
verbs: ["get", "watch", "list"]
2730
{{- if .Values.leaderElection.enabled }}
2831
- apiGroups: ["coordination.k8s.io"]
2932
resources: ["leases"]

0 commit comments

Comments
 (0)