Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven interpolation #370

Open
blackat opened this issue Jun 19, 2024 · 1 comment
Open

Maven interpolation #370

blackat opened this issue Jun 19, 2024 · 1 comment
Labels
feature feature New feature or request waiting for feedback

Comments

@blackat
Copy link

blackat commented Jun 19, 2024

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.

@sschnabe sschnabe added feature feature New feature or request help wanted labels Jun 24, 2024
@sschnabe
Copy link
Member

Can you filter your files with maven-resource-plugin to /target/helm-filtered and set -Dhelm.chartDirectory=target/helm-filtered ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature New feature or request waiting for feedback
Development

No branches or pull requests

2 participants