From 076b898cced736103a975e9b5d14ad52481da83e Mon Sep 17 00:00:00 2001 From: Vishal Choudhary Date: Wed, 9 Oct 2024 11:19:40 +0530 Subject: [PATCH] feat: add doc for --backgroundReports Signed-off-by: Vishal Choudhary --- content/en/docs/installation/customization.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/installation/customization.md b/content/en/docs/installation/customization.md index d6323fb86..3760eba8d 100644 --- a/content/en/docs/installation/customization.md +++ b/content/en/docs/installation/customization.md @@ -361,6 +361,7 @@ The following flags can be used to control the advanced behavior of the various | `backgroundScan` (R) | true | Enables/disables background reporting scans. Has no effect on background reconciliation by the background controller.| |`backgroundScanInterval` (R) | 1h | Sets the time interval when periodic background scans for reporting take place. Supports minute durations as well (e.g., `10m`).| | `backgroundScanWorkers` (R) | 2 | Defines the number of internal worker threads to use when processing background scan reports. More workers means faster report processing at the cost of more resources consumed. Since the reports controller uses leader election, all reports processing will only be done by a single replica at a time. | +| `backgroundReports` (B) | true | Enables reporting for mutate existing and generate rules. | | `caSecretName` (AC) | | overwrites the default secret name of the RootCA certificate. See also the related flag `tlsSecretName`.| | `cleanupServerPort` (C) | 9443 | Defines the port used by the cleanup server. Usually changed in tandem with `webhookServerPort`.| | `clientRateLimitBurst` (ABCR) | 300 | Configures the maximum burst for throttling. Uses the client default if zero. |