argocd-helm/charts/argo-workflows/templates
James Slater 03c26fc21f
fix(argo-workflows): Fix trailing whitespace in controller ConfigMap (#2451)
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>
2024-01-25 08:57:56 +09:00
..
controller fix(argo-workflows): Fix trailing whitespace in controller ConfigMap (#2451) 2024-01-25 08:57:56 +09:00
crds chore(argo-workflows): Upgrade argo-workflows to 3.5.0 (#2228) 2023-10-13 22:59:02 +01:00
server feat(argo-workflows): add hostAliases to server (#2387) 2023-12-14 07:56:27 +00:00
_helpers.tpl feat(argo-workflows): Make workflow controller ConfigMap optional (#2354) 2023-11-27 17:44:58 +00:00
extra-manifests.yaml fix(argo-workflows): fix helm lint error when extraObjects is defined (#2384) 2023-12-12 06:27:39 +00:00
NOTES.txt fix(argo-workflows): Accept multi auth mode for server (#2336) 2023-11-09 01:04:58 +09:00