We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861265d commit 1eb3ccbCopy full SHA for 1eb3ccb
example-apps/chatbot-rag-app/README.md
@@ -91,7 +91,7 @@ OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector.default.svc:4318
91
92
*Note*: Do not add quotes to your `.env` file, as they are loaded raw in
93
Kubernetes.
94
-Do this: `OTEL_EXPORTER_OTLP_HEADERS: Authorization=Bearer xyz`
+Do this: `OTEL_EXPORTER_OTLP_HEADERS=Authorization=Bearer xyz`
95
Not this: `OTEL_EXPORTER_OTLP_HEADERS="Authorization=Bearer xyz"`
96
97
Then, import your `.env` file as a configmap like this:
0 commit comments