rancher-charts/packages/rancher-gatekeeper/generated-changes/patch
Diogo Souza 71e3564ccf changing kube version annotation 2023-05-16 17:24:02 -03:00
..
templates changing kube version annotation 2023-05-16 17:24:02 -03:00
Chart.yaml.patch changing kube version annotation 2023-05-16 17:24:02 -03:00
README.md.patch adding gatekeeper 3.12.0 to v2.7 2023-04-25 23:54:10 +00:00
values.yaml.patch adding gatekeeper 3.12.0 to v2.7 2023-04-25 23:54:10 +00:00

README.md.patch

--- charts-original/README.md
+++ charts/README.md
@@ -118,7 +118,7 @@
 | crds.nodeSelector                             | The node selector to use for pod scheduling in crds hook jobs                                                                                                                                                                               | `kubernetes.io/os: linux`                                                         |
 | crds.resources                                | The resource request/limits for the container image in crds hook jobs                                                                                                                                                                       | `{}`                                                                              |
 | crds.securityContext                          | Security context applied to the container                                                                                                                                                                                                           | `{ "allowPrivilegeEscalation": false, "capabilities": "drop": [all], "readOnlyRootFilesystem": true, "runAsGroup": 65532, "runAsNonRoot": true, "runAsUser": 65532 }` |
-| 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 audit cache                                                                                                                                                                                            | `false`                                                                   |
 | auditChunkSize                                | Chunk size for listing cluster resources for audit (alpha feature)                                                                                                                                                                                  | `500`                                                                       |