- I'm using Helm Chart, Kubernetes and containers.
- I need to pass a file to the container during postStart.
- The file will be used in the postStart script.
- The file should change from one deployment to another and should be part of the Helm Chart values.
Is the above scenario supported? Any suggestions or examples of how to implement it?