diff --git a/README.md b/README.md index 05af4f482..8d09851f5 100644 --- a/README.md +++ b/README.md @@ -748,17 +748,17 @@ apiVersion: "descheduler/v1alpha1" kind: "DeschedulerPolicy" strategies: "LowNodeUtilization": - enabled: true - params: - nodeResourceUtilizationThresholds: - thresholds: - "cpu" : 20 - "memory": 20 - "pods": 20 - targetThresholds: - "cpu" : 50 - "memory": 50 - "pods": 50 + enabled: true + params: + nodeResourceUtilizationThresholds: + thresholds: + "cpu": 20 + "memory": 20 + "pods": 20 + targetThresholds: + "cpu": 50 + "memory": 50 + "pods": 50 nodeFit: true ```