hypertrace / hypertrace-collector

OpenTelemetry collector distribution for Hypertrace platform
6 stars 5 forks source link

fix: null processor helm value being removed by newer helm versions when merging #80

Closed tim-mwangi closed 2 years ago

tim-mwangi commented 2 years ago

Description

In newer helm versions if the helm value being merged from a custom values.yaml has a null value, it's removed. So for the hypertrace_metrics_resource_attrs_to_attrs we will modify it to hypertrace_metrics_resource_attrs_to_attrs: {}

Testing

Verified that the collector comes up locally

Checklist: