kokuwaio / helm-maven-plugin

Simple plugin to package helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to optionally specify debug for dry-run

sudr opened this issue · comments

commented

Is this a request for help?: No


Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST

When executing a dry-run it is extremely useful to also optionally specify the "--debug" flag for helm. This spits out the computed values that are useful for debugging.

Working on it: debug

@sudr Feel free to test the branch,

commented

Thanks. Unfortunately, I'm on a Apple M1 processor and the work-around mentioned here (#129) does not work when building this plugin. So I can't build this plugin branch. But the work does work when I use the plugin in my projects.

A fix for your M1 is implemented and the branch is rebased (to include M1 fix). Can you retry?

commented

Thanks for the quick resolution. I tested the debug branch and the -Dhelm.debug flag worked as expected.