We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Helmfile is a great tool. I love it! Thanks for your work on this. It's pretty similar to Terraform which I love too. I want to propose a feature.
It'd be great to see the summary of changes at the end of the diff. Something like the Terraform has. It is for Terraform:
Plan: 3 to add, 2 to change, 1 to destroy.
It'd be even better to display all files one by one with the status. Something like:
my-chart/template/configmap.yaml REMOVED my-chart/template/pod.yaml CREATED my-chart/template/secret.yaml MODIFIED
It is something like the current way for releases:
Affected releases are: my-chart (./charts/my-chart) UPDATED Do you really want to apply? Helmfile will apply all your changes, as shown above.
But my suggestion is for files inside each chart (release).
What do you think? Maybe there is such solution but I don't know about it 😅
The text was updated successfully, but these errors were encountered:
@thevops please post this into helmfile/helmfile.
Sorry, something went wrong.
Ahhh 😄 sorry. Anyway, afaik Helmfile uses helm-diff under the hood. So they will probably redirect me to this repository :)
No branches or pull requests
Hello,
Helmfile is a great tool. I love it! Thanks for your work on this.
It's pretty similar to Terraform which I love too. I want to propose a feature.
It'd be great to see the summary of changes at the end of the diff. Something like the Terraform has.
It is for Terraform:
It'd be even better to display all files one by one with the status. Something like:
It is something like the current way for releases:
But my suggestion is for files inside each chart (release).
What do you think? Maybe there is such solution but I don't know about it 😅
The text was updated successfully, but these errors were encountered: