You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current values.yaml only handle single resources value to update both the resource size for deployment_backend and deployment_jobs
but since the deployment job is rarely being used in some of our usages it is wise to have multiple input value for resources configuration inside values.yaml
example
in values.yaml accept resourceJobs
resources: {}
resourcesJobs: {}
in templates/deployment_jobs.yaml
{{ toYaml .Values.resourcesJobs | indent 10 }}
The text was updated successfully, but these errors were encountered:
@avimoondra Hello, we have this specific requirement for our deployment also, got pr ready also with the ability to set optional resources for jobs runner, is there any way i can contribute or you can add this possibility?
Sorry for late answer, @samsternatretool i cant push my changes to any branch, got permission denied, is there anything i should do first before pushing changes in your repo?
Current values.yaml only handle single resources value to update both the resource size for deployment_backend and deployment_jobs
but since the deployment job is rarely being used in some of our usages it is wise to have multiple input value for resources configuration inside values.yaml
example
in values.yaml accept resourceJobs
in templates/deployment_jobs.yaml
The text was updated successfully, but these errors were encountered: