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 bd92135 commit 44c7cfcCopy full SHA for 44c7cfc
examples/oci/deploy-all.sh
@@ -67,7 +67,7 @@ if [[ "$MODE" == "local" ]]; then
67
--set hotrod.image.pullPolicy="Never" \
68
--set hotrod.args[0]="all" \
69
--set hotrod.extraEnv[0].name="JAEGER_AGENT_HOST" \
70
- --set hotrod.extraEnv[0].value="localhost" \
+ --set hotrod.extraEnv[0].value="jaeger" \
71
--set hotrod.extraEnv[1].name="JAEGER_AGENT_PORT" \
72
--set hotrod.extraEnv[1].value="\"6831\""
73
else
0 commit comments