diff --git a/docs/operator-manual/argocd-cmd-params-cm.yaml b/docs/operator-manual/argocd-cmd-params-cm.yaml index 73ecea4db81e4..f5d13b5522f65 100644 --- a/docs/operator-manual/argocd-cmd-params-cm.yaml +++ b/docs/operator-manual/argocd-cmd-params-cm.yaml @@ -200,6 +200,11 @@ data: # (i.e. the spec.syncPlicy.applicationSync field). Set it to "true" to allow overrides. "" or "false" will disable # overrides. (default "") applicationsetcontroller.enable.policy.override: "" + # Max concurrent reconciliation limit for the controller (default 10) + applicationsetcontroller.concurrent.reconciliations.max: "10" + # Enable new globbing in Git files generator (default "false") + # See https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Generators-Git-File-Globbing/ + applicationsetcontroller.enable.new.git.file.globbing: "false" # Print debug logs. Takes precedence over loglevel applicationsetcontroller.debug: "false" # Set the logging format. One of: text|json (default "text")