Operating system
Helmfile Version
1.4.3
Helm Version
4.1.3
Bug description
When defining a Helm post renderer and post renderer args in the Helmfile the --post-renderer-args flag is not appended to the Helm command execution.
Running helmfile template -l name=foo --post-renderer-args works though.
Example helmfile.yaml
helmDefaults:
postRenderer: foo
postRendererArgs:
- bar
Error message you've seen (if any)
$ helmfile template -l name=foo --debug
...
exec: helm template foo charts/foo --version 0.1.0 --post-renderer foo --namespace foo --debug
$ helmfile template -l name=foo --debug --post-renderer-args bar
...
exec: helm template foo charts/foo --version 0.1.0 --post-renderer foo --post-renderer-args bar --namespace foo --debug
Steps to reproduce
.
Working Helmfile Version
Relevant discussion
No response
Operating system
Helmfile Version
1.4.3
Helm Version
4.1.3
Bug description
When defining a Helm post renderer and post renderer args in the Helmfile the --post-renderer-args flag is not appended to the Helm command execution.
Running
helmfile template -l name=foo --post-renderer-argsworks though.Example helmfile.yaml
Error message you've seen (if any)
Steps to reproduce
.
Working Helmfile Version
Relevant discussion
No response