Skip to content

Commit da6a60a

Browse files
test
Signed-off-by: chahat sagar <[email protected]>
1 parent a8b0a3f commit da6a60a

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.extraEnv[0].name="JAEGER_AGENT_HOST" \
6868
--set hotrod.extraEnv[0].value="localhost" \
6969
--set hotrod.extraEnv[1].name="JAEGER_AGENT_PORT" \
70-
--set hotrod.extraEnv[1].value="6831"
70+
--set hotrod.extraEnv[1].value="\"6831\""
7171
else
7272
echo "🟣 Deploying Jaeger..."
7373
helm $HELM_JAEGER_CMD jaeger ./helm-charts/charts/jaeger \

0 commit comments

Comments
 (0)