Issue
I am using jenkinsci/kubernetes-plugin to provision slave pods in my Jenkins builds. I need to specify these pods' cpu and memory limit and request params. It can be done directly in the pipeline configuration, as shown here.
However I would prefer to do it directly in the Jenkins configuration (Manage Jenkins -> Configure System -> Kubernetes -> Kubernetes Pod Template.
There is a specific section to insert a mergeable raw yaml:
How can it be set up there? I have tried but it didn't seem to work.
Solution
I have found and option to configure it hidden under advanced options:
Answered By - codependent
Answer Checked By - Terry (JavaFixing Volunteer)