The issue I encountered while deploying a demo via Helm according to the official documentation #1444
Closed
caozhangni
started this conversation in
General
Replies: 1 comment 1 reply
-
This is a docs bug. I made issue #1467 to track getting this fixed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered an issue while deploying a demo via Helm according to the official documentation(https://opentelemetry.io/docs/demo/kubernetes-deployment/#configure-browser-telemetry). The documentation suggests modifying the PUBLIC_OTEL_EXPORTER_OTLP_TRACES_ENDPOINT via env, but I found that this causes some environment variables to be lost, leading to abnormal functioning of the frontend component. The list of environment variables in the container is as follows:
After replacing it with envOverride, the issue was resolved, and everything worked well:
Beta Was this translation helpful? Give feedback.
All reactions