rancher-charts/packages/rancher-gatekeeper/generated-changes/patch
Arvind Iyengar 63af4011e1
(dev-v2.6-archive) Checkout current packages from dev-v2.5-source
```bash
git fetch upstream
git checkout upstream/dev-v2.5-source -- packages; git reset HEAD; git checkout -- packages/README.md
```

(partially cherry picked from commit 551327b14e)
2022-01-06 11:33:32 -08:00
..
crds (dev-v2.6-archive) Checkout current packages from dev-v2.5-source 2022-01-06 11:33:32 -08:00
templates (dev-v2.6-archive) Checkout current packages from dev-v2.5-source 2022-01-06 11:33:32 -08:00
Chart.yaml.patch (dev-v2.6-archive) Checkout current packages from dev-v2.5-source 2022-01-06 11:33:32 -08:00
README.md.patch (dev-v2.6-archive) Checkout current packages from dev-v2.5-source 2022-01-06 11:33:32 -08:00
values.yaml.patch (dev-v2.6-archive) Checkout current packages from dev-v2.5-source 2022-01-06 11:33:32 -08:00

README.md.patch

--- charts-original/README.md
+++ charts/README.md
@@ -4,7 +4,7 @@
 
 | Parameter                           | Description                                                                                                                                                                                            | Default                                                                   |
 | :---------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------ |
-| auditInterval                       | The frequency with which audit is run                                                                                                                                                                  | `60`                                                                      |
+| auditInterval                       | The frequency with which audit is run                                                                                                                                                                  | `300`                                                                      |
 | constraintViolationsLimit           | The maximum # of audit violations reported on a constraint                                                                                                                                             | `20`                                                                      |
 | auditFromCache                      | Take the roster of resources to audit from the OPA cache                                                                                                                                               | `false`                                                                   |
 | auditChunkSize                      | Chunk size for listing cluster resources for audit (alpha feature)                                                                                                                                     | `0`                                                                       |