From 5401edb06344655305e256c06dd4047293fc1b9e Mon Sep 17 00:00:00 2001 From: Per Carlson Date: Thu, 14 Mar 2024 23:08:37 +0100 Subject: [PATCH] Update README --- charts/trino/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` |