coralogix / telemetry-shippers

Coralogix's way to ship our best practices when it comes to interaction with our platform.
Apache License 2.0
16 stars 19 forks source link

Fix trace pipeline warning during install #366

Closed matej-g closed 8 months ago

matej-g commented 9 months ago

Description

Fixes https://coralogix.atlassian.net/browse/ES-203.

Fix warning that shows up when installing the chart - this is due to mismatch between the value types (null vs object). Simply removing the tracing pipeline from config here, since it's not needed (upstream chart will still add a dummy trace pipeline that exports to debug).

How Has This Been Tested?

Locally with kind.

Checklist:

matej-g commented 9 months ago

The docs CI failure is strange, when manually accessing the link it works fine