From d08cea731a00002198a404a9d366d9f9fe652e39 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 26 Apr 2022 06:05:12 +0800 Subject: [PATCH] fix: incorrect indentation --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 05af4f482e..8d09851f5b 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 ```