Need help with configuring jenkins proxy which is running inside pod deployed via helm

I have a kubernetes cluster setup with master and worker nodes
I deployed jenkins on my worker node with helm chart. I want to configure jenkins proxy as part of deployment so that once my jenkins pod comes up it already has my proxy configured in order to install plugins.
Can anyone suggest how this can be done?