Skip to content
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

Feature request: add extra environment variables to Litmus Helm chart and its templates #322

Open
whereismybugfix opened this issue May 27, 2023 · 1 comment · May be fixed by #390
Open
Assignees

Comments

@whereismybugfix
Copy link

Greetings,

I've been working on Litmus Chaos custom installation for a while and noticed that currently there's no way to set your own custom environment variables for any Litmus pods. At least that I'm aware of.

It can be useful for users to configure their own env vars for different purposes. As a good example, setting HTTP_PROXY can be one of those.

Bitnami MongoDB Helm chart used in litmus-helm as a subchart implements it this way:

They support extraEnvVars parameter defined in Helm chart as well as extraEnvVarsCM that come from configmaps and also extraEnvVarsSecret that come from secrets.

Please consider implementation of some kinda functionality that mocks extraEnvVars, so that the users can set their own things. Especially when it comes to HTTP_PROXY it can be crucial for the tool functionality.

@uditgaurav
Copy link
Member

Hi @whereismybugfix , Thanks for raising this request, we will be looking forward to implement this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants