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