Skip to content

Commit

Permalink
Actually use ephemeral storage
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Nov 12, 2024
1 parent 769e939 commit 321716a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def elementary_task(
requests={
"cpu": f"{{{{ var.json.resources.{resource_cfg}.requests.cpu }}}}",
"memory": f"{{{{ var.json.resources.{resource_cfg}.requests.memory }}}}",
"ephemeral-storage": f"{{{{ var.json.resources.{resource_cfg}.requests.ephemeral-storage }}}}",
}
)

Expand Down

0 comments on commit 321716a

Please sign in to comment.