From c49fbda32e7dadf9e9fde5e426f15b2be9f8e70a Mon Sep 17 00:00:00 2001 From: nolancon Date: Mon, 13 Jun 2022 16:30:32 +0000 Subject: [PATCH] Remove weight from etcdcluster --- config/samples/storageos-etcd-cluster.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/samples/storageos-etcd-cluster.yaml b/config/samples/storageos-etcd-cluster.yaml index cb4c8aac..725fb909 100644 --- a/config/samples/storageos-etcd-cluster.yaml +++ b/config/samples/storageos-etcd-cluster.yaml @@ -44,8 +44,7 @@ spec: affinity: podAntiAffinity: requiredDuringSchedulingIgnoredDuringExecution: - - weight: 100 - labelSelector: + - labelSelector: matchExpressions: - key: etcd.improbable.io/cluster-name operator: In