Closed
Description
When you run a helmfile apply
command the exit code will be 0
for when a chart had no changes and so nothing was done, and also 0
when the chart had changes and they were applied successfully.
Unless I'm missing something there is no way to have the apply
return a different exit code for changes vs no changes were applied.
The helmfile diff
command has a --detailed-exitcode
parameter.
Is it possible to add the same parameter to the apply
command to have the exit code of the diff
command reflected in the exit code of the apply
command when the apply happened successfully?