set it to the thing the docs say it is by default

Signed-off-by: Tim Collins <tim@thecollins.team>
This commit is contained in:
Tim Collins 2024-04-26 16:09:11 +01:00
parent fb83dfe9a6
commit 53f630c156
No known key found for this signature in database
GPG key ID: 09F625E00301ED18

View file

@ -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