[skip e2e] Delete unused codes of update file on benchmark (#13859)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/13881/head
wt 2021-12-21 15:50:06 +08:00 committed by GitHub
parent f64a1a5bae
commit b256a5b98a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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