Skip to content

Commit

Permalink
add usage instructions for trivy.cache.redis.ttl to the README
Browse files Browse the repository at this point in the history
Signed-off-by: elchenberg <elchenberg@users.noreply.github.com>
  • Loading branch information
elchenberg committed Sep 7, 2022
1 parent cec0b63 commit 00164e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/trivy/README.md
Expand Up @@ -72,6 +72,7 @@ The following table lists the configurable parameters of the Trivy chart and the
| `trivy.dbRepository` | OCI repository to retrieve the trivy vulnerability database from | `ghcr.io/aquasecurity/trivy-db` |
| `trivy.cache.redis.enabled` | Enable Redis as caching backend | `false` |
| `trivy.cache.redis.url` | Specify redis connection url, e.g. redis://redis.redis.svc:6379 | `` |
| `trivy.cache.redis.ttl` | Specify redis TTL, e.g. 3600s or 24h | `` |
| `trivy.serverToken` | The token to authenticate Trivy client with Trivy server | `` |
| `trivy.existingSecret` | existingSecret if an existing secret has been created outside the chart. Overrides gitHubToken, registryUsername, registryPassword, serverToken | `` |
| `trivy.podAnnotations` | Annotations for pods created by statefulset | `{}` |
Expand Down

0 comments on commit 00164e2

Please sign in to comment.