Skip to content

Commit

Permalink
Update default PVC size in documentation (#297)
Browse files Browse the repository at this point in the history
Update default PVC size in documentation (`vulnerability-database-persistence.md`)
  • Loading branch information
matheusfm authored Jun 10, 2024
1 parent f794c7b commit ffd53c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/vulnerability-database-persistence.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This persistence can be disabled or configured with the following Helm parameter
| scan.plugins.trivy.persistence.enabled | bool | `true` | Specifies whether Trivy vulnerabilities database should be persisted between the scans, using PersistentVolumeClaim |
| scan.plugins.trivy.persistence.accessMode | string | `"ReadWriteOnce"` | [Persistence access mode](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes) |
| scan.plugins.trivy.persistence.storageClass | string | `""` | [Persistence storage class](https://kubernetes.io/docs/concepts/storage/storage-classes/). Set to empty for default storage class |
| scan.plugins.trivy.persistence.storageRequest | string | `"1Gi"` | Persistence storage size |
| scan.plugins.trivy.persistence.storageRequest | string | `"2Gi"` | Persistence storage size |
| scan.plugins.trivy.persistence.downloadJavaDB | bool | `false` | Specifies whether Java vulnerability database should be downloaded on helm install/upgrade |

These parameters can be specified using the `--set key=value` argument in `helm upgrade --install` command.

0 comments on commit ffd53c0

Please sign in to comment.