From 53f630c15635ffe1a130fb74b50578d8e278cc78 Mon Sep 17 00:00:00 2001 From: Tim Collins Date: Fri, 26 Apr 2024 16:09:11 +0100 Subject: [PATCH] set it to the thing the docs say it is by default Signed-off-by: Tim Collins --- charts/argo-cd/values.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 8e634dbd..4ab533d0 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -275,9 +275,8 @@ configs: # -- JQ Path expression timeout ## By default, the evaluation of a JQPathExpression is limited to one second. ## If you encounter a "JQ patch execution timed out" error message due to a complex JQPathExpression - ## that requires more time to evaluate, you can extend the timeout period by configuring the `ignore.normalizer.jq.timeout` - ## setting within the `argocd-cmd-params-cm` ConfigMap. - controller.ignore.normalizer.jq.timeout: "5s" + ## that requires more time to evaluate, you can extend the timeout period. + controller.ignore.normalizer.jq.timeout: "1s" # Argo CD RBAC policy configuration ## Ref: https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/rbac.md