mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add condition of deploy on benchmark (#8745)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/8780/head
parent
af173dd2a0
commit
9beaf4d36f
|
@ -150,7 +150,8 @@ def update_values(src_values_file, deploy_params_file):
|
|||
values_dict['dataNode']['tolerations'] = perf_tolerations
|
||||
values_dict['etcd']['tolerations'] = perf_tolerations
|
||||
values_dict['minio']['tolerations'] = perf_tolerations
|
||||
values_dict['pulsarStandalone']['tolerations'] = perf_tolerations
|
||||
if deploy_mode != config.CLUSTER_3RD_DEPLOY_MODE:
|
||||
values_dict['pulsarStandalone']['tolerations'] = perf_tolerations
|
||||
# TODO: for distributed deployment
|
||||
# values_dict['pulsar']['autoRecovery']['tolerations'] = perf_tolerations
|
||||
# values_dict['pulsar']['proxy']['tolerations'] = perf_tolerations
|
||||
|
|
Loading…
Reference in New Issue