When creating the task-metadata for Kenzo jobs, do not set scalar-requests to the pool-specific resources. Instead, set to the unmodified job resource values.
Why are we making these changes?
Kenzo pods include sidecar and other containers in addition to the job container. It does not need to account for the overhead like synthetic pods, which only have a single container.
Changes proposed in this PR
Why are we making these changes?