2021-05-17 22:30:18 +00:00
|
|
|
--- charts-original/README.md
|
|
|
|
+++ charts/README.md
|
2022-08-22 07:07:17 +00:00
|
|
|
@@ -98,7 +98,7 @@
|
2022-06-15 04:29:13 +00:00
|
|
|
| upgradeCRDs.enabled | Upgrade CRDs using pre-install/pre-upgrade hooks | `true` |
|
2022-08-22 07:07:17 +00:00
|
|
|
| upgradeCRDs.extraRules | Extra rules for the gatekeeper-admin-upgrade-crds ClusterRole | `[]` |
|
|
|
|
| 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` |
|
|
|
|
| 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` |
|