Skip to content

Only send one notification unless --wait is used. #45

@dtuite

Description

@dtuite

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions