Skip to content

helmDefaults.postRendererArgs in Helmfile does not work #2508

Description

@simonklb

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions