Closed carlreid closed 1 month ago
You're write, this is typo. The fix is now included in the PR #740
I did open a PR for this too though already: https://github.com/falcosecurity/charts/pull/742
Of course do it whichever way 👍
Edit: Ah I see your comment over there.
The PR #740 has been merged with the fix
Describe the bug
Although the README describes the following:
The value of the
OTLP_TRACES_PROTOCOL
is being set to the same value as.Values.config.otlp.traces.endpoint
.How to reproduce it
Try set config as;
Then observe
protocol
is not passed.Expected behaviour
That the
OTLP_TRACES_PROTOCOL
is being set to theconfig.otlp.traces.protocol
value.