From b349d0c73e2a7bf2927f7b53bc3b851b56ef990e Mon Sep 17 00:00:00 2001 From: gaohailong Date: Thu, 2 Dec 2021 14:06:04 +0800 Subject: [PATCH] fix example yaml Signed-off-by: gaohailong --- artifacts/example/policy_with_labelSelector.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/artifacts/example/policy_with_labelSelector.yaml b/artifacts/example/policy_with_labelSelector.yaml index 66707e64f..de7652ca7 100644 --- a/artifacts/example/policy_with_labelSelector.yaml +++ b/artifacts/example/policy_with_labelSelector.yaml @@ -16,11 +16,10 @@ spec: clusterAffinity: clusterNames: - cluster1 + - cluster2 - cluster3 - exclude: - - cluster1 spreadConstraints: - spreadByLabel: failuredomain.kubernetes.io/zone - maxGroups: 3 - minGroups: 3 + maxGroups: 2 + minGroups: 2 schedulerName: default