mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add log of update milvus on benchmark (#9005)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/9009/head
parent
5bcbb168ec
commit
6e0cecb034
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue