diff --git a/charts/trino/README.md b/charts/trino/README.md index e9559e0a..44465278 100644 --- a/charts/trino/README.md +++ b/charts/trino/README.md @@ -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` |