-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add capability to set environment variables to deployments #377
Comments
hi, I'll have a look on it |
@fjogeleit |
Released with v2.21.4 |
Hello, Have you find a way to use HTTP_PROXY / HTTPS_PROXY / NO_PROXY as environment variables? I've set up these environments variables in my container with |
which version do you use? Maybe the config is not correctly implemented in the new helm chart |
I'm using the helm chart version 3.0.0-rc.8, which one should I use? |
thats fine, I will take a look on the config |
I found something in the code I need to add to support your configuration. Will create a new version today you can test |
Thanks a lot @fjogeleit I'll be testing that as soon as the new version is available, and I'll let you know |
YOu chould be able to update to the latest RC release with the fixed image |
Perfect it works, awesome, thank you very much 👍 (with the helm chart version
|
Hello 👋
I wanted to deploy reporter to my cluster, but I've noticed that chart doesn't support setting your own environment variables to workloads. I need this feature so I can set
HTTPS_PROXY
andNO_PROXY
vars. Would you please consider adding this option to your chart?Thanks
DG
The text was updated successfully, but these errors were encountered: