Skip to content

Commit

Permalink
Sync READMEs from main
Browse files Browse the repository at this point in the history
Signed-off-by: GITHUB_ACTOR <[email protected]>
  • Loading branch information
mosabua committed Mar 14, 2024
1 parent fff7923 commit f0b6083
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions charts/trino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ The following table lists the configurable parameters of the Trino chart and the

| Parameter | Description | Default |
| ------------------------ | ----------------------- | -------------- |
| `image.repository` | | `"trinodb/trino"` |
| `image.registry` | Image registry, defaults to empty, which results in DockerHub usage | `""` |
| `image.repository` | Repository location of the Trino image, typically `organization/imagename` | `"trinodb/trino"` |
| `image.tag` | Image tag, defaults to the Trino release version specified as `appVersion` from Chart.yaml | `""` |
| `image.digest` | Optional digest value of the image specified as `sha256:abcd...`. A specified value overrides `tag`. | `""` |
| `image.useRepositoryAsSoleImageReference` | When true, only the content in `repository` is used as image reference | `false` |
| `image.pullPolicy` | | `"IfNotPresent"` |
| `image.tag` | | `432` |
| `imagePullSecrets` | | `[{"name": "registry-credentials"}]` |
| `server.workers` | | `2` |
| `server.node.environment` | | `"production"` |
Expand Down

0 comments on commit f0b6083

Please sign in to comment.