Include new environment variables for Istio Pods during Installation

I have a Kubernetes cluster that is locked down, which requires that I include the corporate proxy for the pods to be able to pull the Istio images. Without these proxy settings I cannot pull these Istio images. How can I update the pod deployments so that the HTTP and HTTPS proxies are included in the env: section of the POD specifications?