• argo-workflows-0.40.8 03c26fc21f

    Ghost released this 2024-01-24 23:57:56 +00:00 | 381 commits to main since this release

    This commit addresses two places where trailing whitespace may be
    generated in the workflow-controller ConfigMap.

    When the value .resourceRateLimit is not null, a trailing whitespace
    is added after "resourceRateLimit:". This commit trims that whitespace.

    When the value .sso.redirectUrl is left as the default of empty string,
    a trailing whitespace is left after "redirectUrl:" as this value is not
    quoted. This commit pipes this value through quote to ensure this
    whitespace is no longer trailing and instead followed by " pair.

    The main motivation of this commit is to generate a workflow-controller
    ConfigMap that is properly pretty-printed, which trailing whitespace
    prevents.

    Signed-off-by: James Slater SlaterByte@users.noreply.github.com
    Co-authored-by: James Slater SlaterByte@users.noreply.github.com

    Downloads