Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 13, 2023
1 parent 0174f4d commit f738e09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions performance_measurement/check_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ def check_resources(desired_resources: dict, sts_object: k8s_models.V1StatefulSe
resource_matched = False
return resource_matched
else:
if sts_object["spec"]["template"]["spec"]["containers"][0]["resources"]["claims"] is not None:
return False
if sts_object["spec"]["template"]["spec"]["containers"][0]["resources"]["limits"] is not None:
return False
if sts_object["spec"]["template"]["spec"]["containers"][0]["resources"]["requests"] is not None:
Expand Down

0 comments on commit f738e09

Please sign in to comment.