Skip to content

Commit 1eb3ccb

Browse files
Update example-apps/chatbot-rag-app/README.md
Co-authored-by: Anuraag (Rag) Agrawal <[email protected]>
1 parent 861265d commit 1eb3ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-apps/chatbot-rag-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector.default.svc:4318
9191

9292
*Note*: Do not add quotes to your `.env` file, as they are loaded raw in
9393
Kubernetes.
94-
Do this: `OTEL_EXPORTER_OTLP_HEADERS: Authorization=Bearer xyz`
94+
Do this: `OTEL_EXPORTER_OTLP_HEADERS=Authorization=Bearer xyz`
9595
Not this: `OTEL_EXPORTER_OTLP_HEADERS="Authorization=Bearer xyz"`
9696

9797
Then, import your `.env` file as a configmap like this:

0 commit comments

Comments
 (0)