jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
258 stars 340 forks source link

[jaeger] Add option to configure ingester only via environment variables #477

Closed foxylion closed 1 year ago

foxylion commented 1 year ago

What this PR does

Until now it was not possible to configure brokers, topic and authentication via environment variables because there where always environment variables added that sourced the values from the values.yaml file.

When the configuration values are only available through ConfigMaps this is not possible to provide via values.yaml.

Checklist