mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Delete unused codes of update file (#13745)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/13788/head
parent
a892ece5c0
commit
931f7e054a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue