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 a8b0a3f commit da6a60aCopy full SHA for da6a60a
examples/oci/deploy-all.sh
@@ -67,7 +67,7 @@ if [[ "$MODE" == "local" ]]; then
67
--set hotrod.extraEnv[0].name="JAEGER_AGENT_HOST" \
68
--set hotrod.extraEnv[0].value="localhost" \
69
--set hotrod.extraEnv[1].name="JAEGER_AGENT_PORT" \
70
- --set hotrod.extraEnv[1].value="6831"
+ --set hotrod.extraEnv[1].value="\"6831\""
71
else
72
echo "🟣 Deploying Jaeger..."
73
helm $HELM_JAEGER_CMD jaeger ./helm-charts/charts/jaeger \
0 commit comments