Skip to content

Commit 44c7cfc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/oci/deploy-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if [[ "$MODE" == "local" ]]; then
6767
--set hotrod.image.pullPolicy="Never" \
6868
--set hotrod.args[0]="all" \
6969
--set hotrod.extraEnv[0].name="JAEGER_AGENT_HOST" \
70-
--set hotrod.extraEnv[0].value="localhost" \
70+
--set hotrod.extraEnv[0].value="jaeger" \
7171
--set hotrod.extraEnv[1].name="JAEGER_AGENT_PORT" \
7272
--set hotrod.extraEnv[1].value="\"6831\""
7373
else

0 commit comments

Comments
 (0)