[skip ci] Add condition of deploy on benchmark (#8745)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/8780/head
wt 2021-09-28 14:46:11 +08:00 committed by GitHub
parent af173dd2a0
commit 9beaf4d36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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