Support environment variables for initContainer #1924
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
What would you like to be added?
With !1772 kompose supports defining initContainers via labels. Thanks for that! Now it would be great to define environment variables also via labels, such as
kompose.init.containers.env
Why is this needed?
I have an application that needs to start prior to the actual application to initialize a postgres schema and the connection details need to be provided via environment variables.
The text was updated successfully, but these errors were encountered: