s2i-nodejs-container
s2i-nodejs-container copied to clipboard
Add option for emptyDir volume and mountPath
It would be great if the template could include an optional emptyDir volume and mountPath rather than having to add them by editing a deployment config YAML.
This is particularly useful for log files being able to persist after container restarts.
Thanks.