From f93e5a7d42fdf0aa53f3336ec3782a8dfd546bed Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Mon, 23 May 2022 22:26:00 +0800 Subject: [PATCH] [skip e2e]Update replicaCount of etcd for deploy test (#17173) Signed-off-by: zhuwenxing --- tests/python_client/deploy/cluster-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/deploy/cluster-values.yaml b/tests/python_client/deploy/cluster-values.yaml index fdfdc0ade8..b8e32274fd 100644 --- a/tests/python_client/deploy/cluster-values.yaml +++ b/tests/python_client/deploy/cluster-values.yaml @@ -7,7 +7,7 @@ image: pullPolicy: IfNotPresent etcd: - replicaCount: 1 + replicaCount: 3 minio: resources: requests: