mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Delete unused codes of update file on benchmark (#13596)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/13659/head
parent
b730e8c985
commit
af385cfc62
|
@ -162,7 +162,6 @@ def update_values(src_values_file, deploy_params_file):
|
|||
print("[benchmark update] deploy_mode: %s" % str(deploy_mode))
|
||||
|
||||
cluster = False
|
||||
# values_dict["service"]["type"] = "ClusterIP"
|
||||
if deploy_mode in [config.CLUSTER_DEPLOY_MODE, config.CLUSTER_3RD_DEPLOY_MODE]:
|
||||
cluster = True
|
||||
# values_dict["cluster"]["enabled"] = True
|
||||
|
|
Loading…
Reference in New Issue