Skip to content

Commit 3784daa

Browse files
test
Signed-off-by: chahat sagar <[email protected]>
1 parent 44c7cfc commit 3784daa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/oci/deploy-all.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ if [[ "$MODE" == "local" ]]; then
6969
--set hotrod.extraEnv[0].name="JAEGER_AGENT_HOST" \
7070
--set hotrod.extraEnv[0].value="jaeger" \
7171
--set hotrod.extraEnv[1].name="JAEGER_AGENT_PORT" \
72-
--set hotrod.extraEnv[1].value="\"6831\""
72+
--set hotrod.extraEnv[1].value="\"6831\"" \
73+
--set hotrod.extraEnv[2].name="OTEL_EXPORTER_OTLP_ENDPOINT" \
74+
--set hotrod.extraEnv[2].value="" \
75+
--set hotrod.extraEnv[3].name="OTEL_EXPORTER_OTLP_TRACES_ENDPOINT" \
76+
--set hotrod.extraEnv[3].value=""
7377
else
7478
echo "🟣 Deploying Jaeger..."
7579
helm $HELM_JAEGER_CMD jaeger ./helm-charts/charts/jaeger \

0 commit comments

Comments
 (0)