[skip ci] Update codes of benchmark (#13326)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-12-14 16:30:35 +08:00 committed by GitHub
parent 363bf23510
commit b3ab001ae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ def update_values(src_values_file, deploy_params_file):
cluster = False
# values_dict["service"]["type"] = "ClusterIP"
if deploy_mode != config.DEFUALT_DEPLOY_MODE:
if deploy_mode == config.CLUSTER_DEPLOY_MODE:
cluster = True
# values_dict["cluster"]["enabled"] = True
elif deploy_mode == config.CLUSTER_3RD_DEPLOY_MODE: