-
released this
2024-01-24 23:57:56 +00:00 | 381 commits to main since this releaseThis commit addresses two places where trailing whitespace may be
generated in the workflow-controller ConfigMap.When the value
.resourceRateLimitis not null, a trailing whitespace
is added after "resourceRateLimit:". This commit trims that whitespace.When the value
.sso.redirectUrlis 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 throughquoteto 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.comDownloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
Source code (ZIP)