Change README to reflect real default value of persistence.enabled (#791)

master
Afonso Garcia 2025-01-07 07:37:50 +00:00 committed by GitHub
parent 9a26fc5687
commit 3c8cb78603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ The following table lists has the main configurable parameters (polling, trigger
| `dockerRegistry.key` | Docker registry secret key | |
| `secret.name` | Secret name | |
| `secret.create` | Create secret | `true` |
| `persistence.enabled` | Enable/disable audit log persistence | `true` |
| `persistence.enabled` | Enable/disable audit log persistence | `false` |
| `persistence.storageClass` | Storage Class for the Persistent Volume| `-` |
| `persistence.size` | Persistent Volume size | `1Gi` |
| `imagePullSecrets` | Image pull secrets | `[]` |