mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Delete unused codes of update file on benchmark (#13859)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/13881/head
parent
f64a1a5bae
commit
b256a5b98a
|
@ -164,8 +164,6 @@ def update_values(src_values_file, deploy_params_file):
|
|||
cluster = False
|
||||
if deploy_mode in [config.CLUSTER_DEPLOY_MODE, config.CLUSTER_3RD_DEPLOY_MODE]:
|
||||
cluster = True
|
||||
# elif deploy_mode == config.CLUSTER_3RD_DEPLOY_MODE:
|
||||
# cluster = True
|
||||
elif deploy_mode == config.SINGLE_DEPLOY_MODE:
|
||||
values_dict["cluster"]["enabled"] = False
|
||||
values_dict["etcd"]["replicaCount"] = 1
|
||||
|
|
Loading…
Reference in New Issue