[skip ci] Add log of update milvus on benchmark (#9005)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-10-01 09:22:53 +08:00 committed by GitHub
parent 5bcbb168ec
commit 6e0cecb034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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