[skip e2e] Delete unused codes of update file (#13745)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/13788/head
wt 2021-12-20 17:19:04 +08:00 committed by GitHub
parent a892ece5c0
commit 931f7e054a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -164,7 +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
# values_dict["cluster"]["enabled"] = True
# elif deploy_mode == config.CLUSTER_3RD_DEPLOY_MODE:
# cluster = True
elif deploy_mode == config.SINGLE_DEPLOY_MODE: