concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
145 stars 176 forks source link

values.yaml has a nonsense default for worker Jaeger tracing #279

Closed smgoller closed 2 years ago

smgoller commented 2 years ago

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.