2021-05-17 22:30:18 +00:00
|
|
|
--- charts-original/README.md
|
|
|
|
+++ charts/README.md
|
2023-04-25 21:55:02 +00:00
|
|
|
@@ -118,7 +118,7 @@
|
2022-11-18 05:40:28 +00:00
|
|
|
| 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 | `{}` |
|
2022-08-22 07:07:17 +00:00
|
|
|
| crds.securityContext | Security context applied to the container | `{ "allowPrivilegeEscalation": false, "capabilities": "drop": [all], "readOnlyRootFilesystem": true, "runAsGroup": 65532, "runAsNonRoot": true, "runAsUser": 65532 }` |
|
2022-06-15 04:29:13 +00:00
|
|
|
-| auditInterval | The frequency with which audit is run | `60` |
|
2022-08-22 07:07:17 +00:00
|
|
|
+| auditInterval | The frequency with which audit is run | `300` |
|
2022-06-15 04:29:13 +00:00
|
|
|
| constraintViolationsLimit | The maximum # of audit violations reported on a constraint | `20` |
|
2023-04-25 21:55:02 +00:00
|
|
|
| auditFromCache | Take the roster of resources to audit from the audit cache | `false` |
|
2022-11-18 05:40:28 +00:00
|
|
|
| auditChunkSize | Chunk size for listing cluster resources for audit (alpha feature) | `500` |
|