kokuwaio / helm-maven-plugin

Simple plugin to package helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`helm:template` with `additionalArguments` is broken since 6.6.0

sschnabe opened this issue · comments

If additionalArguments contains spaces this will break if used with Runtime.getRuntime().exec(String[]).

Log statement:

Error: unknown flag: --output-dir /home/ssc/code/kokuwa/helm-maven-plugin/target/it/template-with-additional-arguments/target/custom-helm-output

Should be splitted.