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 c5e13cb commit b045b54Copy full SHA for b045b54
examples/oci/deploy-all.sh
@@ -60,6 +60,7 @@ if [[ "$MODE" == "local" ]]; then
60
--set storage.type=memory \
61
--set allInOne.image.repository="cr.jaegertracing.io/jaegertracing/all-in-one" \
62
--set allInOne.image.tag="latest" \
63
+ --set hotrod.enabled=true \
64
--set hotrod.image.repository="cr.jaegertracing.io/jaegertracing/example-hotrod" \
65
--set hotrod.image.tag="latest"
66
else
0 commit comments