fix default values documentation

pull/647/head
Davide Icardi 2021-12-01 14:50:58 +01:00 committed by GitHub
parent 74a5f3b0c2
commit 93639a0a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -145,8 +145,8 @@ The following table lists has the main configurable parameters (polling, trigger
| `secret.name` | Secret name | |
| `secret.create` | Create secret | `true` |
| `persistence.enabled` | Enable/disable audit log persistence | `true` |
| `persistence.storageClass` | Storage Class for the Persistent Volume| `true` |
| `persistence.size` | Persistent Volume size | `true` |
| `persistence.storageClass` | Storage Class for the Persistent Volume| `-` |
| `persistence.size` | Persistent Volume size | `1Gi` |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.