kokuwaio / helm-maven-plugin

Simple plugin to package helm charts
MIT License
82 stars 55 forks source link

How to use helm.values.fileOverrides ? #375

Closed anirbandas18 closed 3 months ago

anirbandas18 commented 3 months ago

I want to specify some files using the --set-file option to helm lint.

My native helm equivalent of that would be helm lint /path/to/chart --set-file config=/path/to/file.yml

How do I configure this plugin using the goal helm:lint to achieve similar functionality?

anirbandas18 commented 3 months ago

`

${project.basedir}/profiles/application-qa.yml
            </configuration>

`