Skip to content

Commit

Permalink
docs(chart): add note for coalesce.go warning
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Jun 27, 2024
1 parent ee1fc4d commit f780147
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions helm-chart/dash0-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f780147

Please sign in to comment.