mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-05-11 11:47:23 +00:00
Merge pull request #1596 from linuxmaniac/vseva/1595
Some checks failed
Helm / lint-and-test (push) Failing after 6m49s
Security / Analyze (push) Failing after 15m33s
Some checks failed
Helm / lint-and-test (push) Failing after 6m49s
Security / Analyze (push) Failing after 15m33s
charts: add missing permission for policy
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user