Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zltyfsh committed Mar 14, 2024
1 parent 0e1a0f0 commit 5401edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/trino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following table lists the configurable parameters of the Trino chart and the
| `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` will be used as image reference | `false` |
| `image.useRepositoryAsSoleImageReference` | When true, only the content in `repository` is used as image reference | `false` |
| `image.pullPolicy` | | `"IfNotPresent"` |
| `imagePullSecrets` | | `[{"name": "registry-credentials"}]` |
| `server.workers` | | `2` |
Expand Down

0 comments on commit 5401edb

Please sign in to comment.