[skip ci] Update deploy conditions on benchmark (#9878)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/9883/head
wt 2021-10-14 17:06:48 +08:00 committed by GitHub
parent 163c62acd0
commit 6378f6face
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ 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
if deploy_mode != config.CLUSTER_3RD_DEPLOY_MODE:
if deploy_mode == config.SINGLE_DEPLOY_MODE:
values_dict['pulsarStandalone']['tolerations'] = perf_tolerations
# TODO: for distributed deployment
# values_dict['pulsar']['autoRecovery']['tolerations'] = perf_tolerations