Fixes the warning message during the installation of Agent with Otel Collector. Adds preview message.
Previously we were getting
coalesce.go:286: warning: cannot overwrite table with non table for datadog.datadog.otelCollector.config (map[])
coalesce.go:286: warning: cannot overwrite table with non table for datadog.datadog.otelCollector.config (map[])
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[x] Chart Version bumped
[x] Documentation has been updated with helm-docs (run: .github/helm-docs.sh)
[x] CHANGELOG.md has been updated
[x] Variables are documented in the README.md
[x] For Datadog Operator chart or value changes update the test baselines (run: make update-test-baselines)
What this PR does / why we need it:
Fixes the warning message during the installation of Agent with Otel Collector. Adds preview message. Previously we were getting
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
.github/helm-docs.sh
)CHANGELOG.md
has been updatedREADME.md
make update-test-baselines
)