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

Configurable Environment Variables #106

Closed
karolkieglerski opened this issue May 8, 2023 · 4 comments
Closed

Configurable Environment Variables #106

karolkieglerski opened this issue May 8, 2023 · 4 comments

Comments

@karolkieglerski
Copy link

Feature Request

We as need ability to add custom Environment Variable to each Cassandra container. It can be added by a list of key: value.

example solution in values.yaml:

env_vars:
   casandra:
       VERSION: 3.11
       CUSTOM_FLAG: test_value
@cscetbon
Copy link
Owner

cscetbon commented Jul 7, 2023

Can you tell us @karolkieglerski why would something like that be useful for cassandra containers ? they're already fully configurable but not sure why such a thing would be needed. Any use case you can describe ?

@tomix86
Copy link

tomix86 commented Jul 12, 2023

@cscetbon we're using a monitoring agent, to which we need to feed certain configuration metadata via environment variables.
The agent in question is injected into the Cassandra container, hence the need to set the env vars there.

@cscetbon
Copy link
Owner

I unfortunately don't have much time to work on this but I can guide anyone who wants to tackle this. It shouldn't be hard to implement.

@cscetbon
Copy link
Owner

@tomix86 do you want to try to take a stab at it ? I can guide you if needed and it shouldn't take long

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

No branches or pull requests

3 participants