From f7801474121c615bfe17d2385e5946e0feb2cdd3 Mon Sep 17 00:00:00 2001 From: Bastian Krol Date: Thu, 27 Jun 2024 11:41:55 +0200 Subject: [PATCH] docs(chart): add note for coalesce.go warning --- helm-chart/dash0-operator/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/helm-chart/dash0-operator/README.md b/helm-chart/dash0-operator/README.md index 5676e485..deef5921 100644 --- a/helm-chart/dash0-operator/README.md +++ b/helm-chart/dash0-operator/README.md @@ -73,6 +73,15 @@ helm install \ dash0-operator/dash0-operator ``` +Note: When installing a chart, you might see a warning like the following printed to the console: +``` +coalesce.go:286: warning: cannot overwrite table with non table for dash0-operator.opentelemetry-collector.config.receivers.prometheus (map[config:map[scrape_configs:[map[job_name:opentelemetry-collector scrape_interval:10s static_configs:[map[targets:[${env:MY_POD_IP}:8888]]]]]]]) +coalesce.go:286: warning: cannot overwrite table with non table for dash0-operator.opentelemetry-collector.config.receivers.zipkin (map[endpoint:${env:MY_POD_IP}:9411]) +coalesce.go:286: warning: cannot overwrite table with non table for dash0-operator.opentelemetry-collector.config.receivers.jaeger (map[protocols:map[grpc:map[endpoint:${env:MY_POD_IP}:14250] thrift_compact:map[endpoint:${env:MY_POD_IP}:6831] thrift_http:map[endpoint:${env:MY_POD_IP}:14268]]]) +``` + +This can be safely ignored. + ## Uninstallation To remove the Dash0 Kubernetes Operator from your cluster, run the following command: