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

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/14927/head
wt 2022-01-06 13:43:48 +08:00 committed by GitHub
parent 3057b0c50b
commit 2cddbb177c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -88,8 +88,6 @@ def update_values(src_values_file, deploy_params_file):
},
"requests": {
"cpu": str(int(cpus) // 2 + 1) + ".0"
# "cpu": "4.0"
# "cpu": str(int(cpus) - 1) + ".0"
}
}
if cpus and mems: