helm-maven-plugin
helm-maven-plugin copied to clipboard
Maven interpolation
Is this a request for help?: yes
Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
What happened: During a Maven build is normal to interpolate resources files with Maven property, as far as I have got the plugin takes files directly from the src folder. The simple scenario is to interpolate values.yaml with a a given version of an image. Is there a way to directly interpolate the resources (helm charts) without passing via the target folder?
What you expected to happen: The plugin could interpolate Maven properties.
How to reproduce it (as minimally and precisely as possible): Just add a Maven property to values.yaml and run the plugin.