Skip to content

Commit

Permalink
docs(appset): adding examples to argocd-cmd-params-cm for reconciling…
Browse files Browse the repository at this point in the history
… and git globbing (#19166)

Signed-off-by: rumstead <[email protected]>
  • Loading branch information
rumstead authored Jul 23, 2024
1 parent 560c7c2 commit 975449c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/operator-manual/argocd-cmd-params-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 975449c

Please sign in to comment.