Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
Signed-off-by: xogoodnow <[email protected]>
  • Loading branch information
xogoodnow committed Dec 13, 2024
1 parent 7ead812 commit 6cbc3b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tempo-distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ The memcached default args are removed and should be provided manually. The sett
| queryFrontend.query.extraVolumes | list | `[]` | Extra volumes for tempo-query deployment |
| queryFrontend.query.image.pullSecrets | list | `[]` | Optional list of imagePullSecrets. Overrides `tempo.image.pullSecrets` |
| queryFrontend.query.image.registry | string | `nil` | The Docker registry for the tempo-query image. Overrides `tempo.image.registry` |
| queryFrontend.query.image.repository | string | `"grafana/tempo-query"` | Docker image repository for the tempo-queryimage. Overrides `tempo.image.repository` |
| queryFrontend.query.image.repository | string | `"grafana/tempo-query"` | Docker image repository for the tempo-query image. Overrides `tempo.image.repository` |
| queryFrontend.query.image.tag | string | `nil` | Docker image tag for the tempo-query image. Overrides `tempo.image.tag` |
| queryFrontend.query.resources | object | `{}` | Resource requests and limits for the query |
| queryFrontend.replicas | int | `1` | Number of replicas for the query-frontend |
Expand Down
2 changes: 1 addition & 1 deletion charts/tempo-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ queryFrontend:
registry: null
# -- Optional list of imagePullSecrets. Overrides `tempo.image.pullSecrets`
pullSecrets: []
# -- Docker image repository for the tempo-queryimage. Overrides `tempo.image.repository`
# -- Docker image repository for the tempo-query image. Overrides `tempo.image.repository`
repository: grafana/tempo-query
# -- Docker image tag for the tempo-query image. Overrides `tempo.image.tag`
tag: null
Expand Down

0 comments on commit 6cbc3b5

Please sign in to comment.