-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When helm is used without --wait
, it's basically impossible for the install or upgrade to fail. Helm doesn't wait for the pods to start up or anything, it just returns to the user immediately. There is no information available in the second notification that couldn't have been sent in the first.
When --wait
is used, it makes sense to send two notifications because the upgrade or install can fail and the second notification can indicate that to the user.
As far as I can tell, there is no way to determine if --wait
was used or not from within the cluster. Might need to talk to the Helm owners.
hd-deman and TJM
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request