[skip ci] Add comment of update file on benchmark (#8746)

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

View File

@ -191,6 +191,7 @@ def update_values(src_values_file, deploy_params_file):
'mountPath': '/test'
}]
# Update content of src_values_file
with open(src_values_file, 'w') as f:
dump(values_dict, f, default_flow_style=False)
f.close()