mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment of update file on benchmark (#8746)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/8751/head
parent
9beaf4d36f
commit
d3d630ef67
|
@ -191,6 +191,7 @@ def update_values(src_values_file, deploy_params_file):
|
||||||
'mountPath': '/test'
|
'mountPath': '/test'
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
# Update content of src_values_file
|
||||||
with open(src_values_file, 'w') as f:
|
with open(src_values_file, 'w') as f:
|
||||||
dump(values_dict, f, default_flow_style=False)
|
dump(values_dict, f, default_flow_style=False)
|
||||||
f.close()
|
f.close()
|
||||||
|
|
Loading…
Reference in New Issue