cert-manager-webhook-ovh
cert-manager-webhook-ovh copied to clipboard
HTTP_PROXY proxy support
This pull request is to allow deployment behind a HTTP proxy to communicate with the OVH api through a user defined proxy.
Thos works by simply creating environment variables named HTTP_PROXY, HTTPS_PROXYandNO_PROXY` as part of the deployment.
The changes presented in this PR are directly borrowed from cert-manager v1.6.1 to make things more consistent for the end user.
I've done a test and it worked for me as expected.