Add "--output-dir-template" flag to "helmfile fetch" #453
Closed
elchenberg
started this conversation in
Ideas
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It would be great to have more control over the structure of the output directory of the
helmfile fetch --output-dir stringcommand with a--output-dir-templateflag.Currently the default structure seems to be
{{ .OutputDir }}/{{ .Release.Name }}/{{ .Release.Chart }}/{{ .Release.Version }}but I would like to override it with only{{ .OutputDir }}, for example.(Inspired by the "helmfile template" flag of the same name.)
All reactions