grafana / helm-charts

Apache License 2.0
1.67k stars 2.29k forks source link

tempo compactor extraEnv missing #3341

Closed peetasan closed 2 weeks ago

peetasan commented 1 month ago

Line 73 should be extraEnv instead of env as envs are not generated like this. This was introuduced in https://github.com/grafana/helm-charts/pull/3333/files

msvechla commented 1 month ago

I also noticed this, I opened a fix PR here: https://github.com/grafana/helm-charts/pull/3345