You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Summary
Support the injection of env vars from a
ConfigMap
andenvFrom
field instead of only theenv
field on the containerUse 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 listThe text was updated successfully, but these errors were encountered: