values.yaml has a nonsense default for worker Jaeger tracing
smgoller opened this issue · 0 comments
smgoller commented
The yaml value concourse.worker.tracing.jaegerEndpoint
at line 1833 in values.yaml has a default value of http://somethinig/api/traces
which causes an error to pop up in the worker logs every few seconds. This should probably be removed.
As a workaround, in your values.yaml that you pass to the chart you can specify the following:
concourse:
worker:
tracing:
jaegerEndpoint:
specifically leaving an empty value for jaegerEndpoint
.