Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: helmfile template --output-dir-template for customizing output dirs #1357

Merged
merged 1 commit into from
Jul 16, 2020

Conversation

mumoshu
Copy link
Collaborator

@mumoshu mumoshu commented Jul 15, 2020

This is useful for e.g. removing state file names and their hash values out of output dirs so that it can be used easily in a gitops setup. For example, --output-dir-template mybasedir/{{.Release.Name}} produces mybasedir/RELEASE/CHART/templates/*.yaml for each release in your helmfile.yaml.

…t dirs

This is useful for e.g. removing state file names and their hash values out of output dirs so that it can be used easily in a gitops setup. For example, `--output-dir-template mybasedir/{{.Release.Name}}` produces `mybasedir/RELEASE/CHART/templates/*.yaml` for each release in your helmfile.yaml.
@mumoshu mumoshu merged commit df6489a into master Jul 16, 2020
@mumoshu mumoshu deleted the output-dir-template branch July 16, 2020 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant