feat(argo-cd): added jq path expression timeout (#2666)
This commit is contained in:
parent
d82efb40cb
commit
42bfba2cc8
5 changed files with 22 additions and 3 deletions
|
|
@ -272,6 +272,12 @@ configs:
|
|||
## Set comma-separated list. (e.g. app-team-one, app-team-two)
|
||||
application.namespaces: ""
|
||||
|
||||
# -- 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.
|
||||
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
|
||||
rbac:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue