Skip to content

Commit

Permalink
[tempo-distributed] New overrides format bugfix
Browse files Browse the repository at this point in the history
Signed-off-by: Mario <mariorvinas@gmail.com>
  • Loading branch information
mapno committed Jul 23, 2024
1 parent e6ed5e8 commit 3ac72c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/tempo-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tempo-distributed
description: Grafana Tempo in MicroService mode
type: application
version: 1.15.1
version: 1.15.2
appVersion: 2.5.0
engine: gotpl
home: https://grafana.com/docs/tempo/latest/
Expand Down
3 changes: 2 additions & 1 deletion charts/tempo-distributed/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ Calculate the config from structured and unstructured text input
Renders the overrides config
*/}}
{{- define "tempo.overridesConfig" -}}
{{ tpl .Values.overrides . }}
overrides:
{{ toYaml .Values.overrides | indent 2 }}
{{- end -}}

{{/*
Expand Down
3 changes: 1 addition & 2 deletions charts/tempo-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1436,8 +1436,7 @@ global_overrides:
per_tenant_override_config: /runtime-config/overrides.yaml

# Per tenants overrides
overrides: |
overrides: {}
overrides: {}

# memcached is for all of the Tempo pieces to coordinate with each other.
# you can use your self memcacherd by set enable: false and host + service
Expand Down

0 comments on commit 3ac72c6

Please sign in to comment.