[skip e2e] Delete unused codes on update file (#14994)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2022-01-07 14:07:27 +08:00 committed by GitHub
parent 701105a6b6
commit 5aaedac005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,13 +150,6 @@ def update_values(src_values_file, deploy_params_file):
# values_dict['pulsarStandalone']['resources'] = resources
if mems:
logging.debug("TODO: Update mem resources")
# # pulsar distributed mode
# values_dict['pulsar']["enabled"] = True
# values_dict['pulsar']['autoRecovery']['nodeSelector'] = node_config
# values_dict['pulsar']['proxy']['nodeSelector'] = node_config
# values_dict['pulsar']['broker']['nodeSelector'] = node_config
# values_dict['pulsar']['bookkeeper']['nodeSelector'] = node_config
# values_dict['pulsar']['zookeeper']['nodeSelector'] = node_config
logging.debug("Add tolerations into cluster server")
values_dict['proxy']['tolerations'] = perf_tolerations