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

Support for envFrom field #48

Open
smsimone opened this issue Nov 13, 2023 · 0 comments
Open

Support for envFrom field #48

smsimone opened this issue Nov 13, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@smsimone
Copy link

Summary

Support the injection of env vars from a ConfigMap and envFrom field instead of only the env field on the container

Use cases

Right now I have many services that uses the same environment and I'm updating every single file by hand to add one environment variable at a time.

Proposed solution

Instead of supporting just the .containers.[].env field, it would be better to support the .containers.[].envFrom.secretRef to keep a single copy of the environment variables list

@volodymyrZotov volodymyrZotov added the good first issue Good for newcomers label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants