We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a35087 commit b8078d0Copy full SHA for b8078d0
charts/gitops-runtime/values.yaml
@@ -482,9 +482,11 @@ app-proxy:
482
# -- Log Level
483
logLevel: "info"
484
485
- # cron:
486
- # -- chunk size of the cluster lists to refresh the clusters in portion during cron job
487
- # clusterChunkSize: 5
+ cron:
+ # -- chunk size of the cluster lists to refresh the clusters in portion during cron job:
+ # - reduce this value if you have a lot of clusters and the cron job is failing with payload too large error
488
+ # - use 0 to sync all clusters at once
489
+ clusterChunkSize: 50
490
491
env: {}
492
0 commit comments