Description of problem
A supply chain may want to include a template of a build step. Such a step may require a specifications of resources to allocate to the build process. See for example kpack image use of k8s resource limits/requests (corev1.ResourceRequirements).
Proposed solution
The workload currently has a spec.build.env field. Add a spec.build.resources field.
Description of problem
A supply chain may want to include a template of a build step. Such a step may require a specifications of resources to allocate to the build process. See for example kpack image use of k8s resource limits/requests (corev1.ResourceRequirements).
Proposed solution
The workload currently has a
spec.build.envfield. Add aspec.build.resourcesfield.