Skip to content

Commit

Permalink
fixed typo and generated updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zltyfsh committed Feb 29, 2024
1 parent c42bd2e commit c768e81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions charts/trino/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ The following table lists the configurable parameters of the Trino chart and the

| Parameter | Description | Default |
| ------------------------ | ----------------------- | -------------- |
| `image.repository` | | `"trinodb/trino"` |
| `image.registry` | Trino image registry | `""` |
| `image.repository` | Trino image repository | `"trinodb/trino"` |
| `image.tag` | Trino image tag. Default is appVersion from Chart.yaml | `""` |
| `image.digest` | Trino image digest as `sha256:abcd...`. Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | | `"IfNotPresent"` |
| `image.tag` | | `432` |
| `imagePullSecrets` | | `[{"name": "registry-credentials"}]` |
| `server.workers` | | `2` |
| `server.node.environment` | | `"production"` |
Expand Down
2 changes: 1 addition & 1 deletion charts/trino/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
registry: "" # Trino image registry
repository: trinodb/trino # Trind image repository
repository: trinodb/trino # Trino image repository
# Overrides the image tag whose default is the chart version.
# Same value as Chart.yaml#appVersion
tag: "" # Trino image tag. Default is appVersion from Chart.yaml
Expand Down

0 comments on commit c768e81

Please sign in to comment.