You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helmfile deployments work great as long as INTERACTIVE=false.
But I would like to see an interactive output from helmfile that displays my diff/changes and requires manual approval to move forward.
I think right now the solution would be to run diff in a separate step, then put a Codefresh manual approval gate between the diff and apply steps. The issue is I have no idea how to propagate a value through that defines whether a change is ready to be made. I don't want manual approvals for every environment if there's nothing to update.
The text was updated successfully, but these errors were encountered:
Helmfile deployments work great as long as
INTERACTIVE=false
.But I would like to see an interactive output from helmfile that displays my diff/changes and requires manual approval to move forward.
I think right now the solution would be to run
diff
in a separate step, then put a Codefresh manual approval gate between thediff
andapply
steps. The issue is I have no idea how to propagate a value through that defines whether a change is ready to be made. I don't want manual approvals for every environment if there's nothing to update.The text was updated successfully, but these errors were encountered: