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

Fix indentation in values.yaml

A couple of lines had an extra whitespace.
This commit is contained in:
Kristinn Björgvin Árdal
2021-02-17 08:51:26 +01:00
committed by GitHub
parent e56617253f
commit 2c0afafccf

View File

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