fix default values documentation
parent
74a5f3b0c2
commit
93639a0a99
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue