1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00

Merge pull request #498 from kristinnardal2/patch-1

Fix indentation in values.yaml
This commit is contained in:
Kubernetes Prow Robot
2021-02-18 05:52:51 -08:00
committed by GitHub

View File

@@ -39,8 +39,8 @@ deschedulerPolicy:
RemovePodsViolatingNodeAffinity:
enabled: true
params:
nodeAffinityType:
- requiredDuringSchedulingIgnoredDuringExecution
nodeAffinityType:
- requiredDuringSchedulingIgnoredDuringExecution
RemovePodsViolatingInterPodAntiAffinity:
enabled: true
LowNodeUtilization: