Skip to content

Commit 8e5ca4c

Browse files
test
Signed-off-by: chahat sagar <[email protected]>
1 parent b2ee5cd commit 8e5ca4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/oci/deploy-all.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ if [[ "$MODE" == "local" ]]; then
6161
--set allInOne.image.repository="cr.jaegertracing.io/jaegertracing/all-in-one" \
6262
--set allInOne.image.tag="latest" \
6363
--set hotrod.image.repository="cr.jaegertracing.io/jaegertracing/example-hotrod" \
64-
--set hotrod.image.tag="latest" \
65-
-f ./jaeger-values.yaml
64+
--set hotrod.image.tag="latest"
6665
else
6766
echo "🟣 Deploying Jaeger..."
6867
helm $HELM_JAEGER_CMD jaeger ./helm-charts/charts/jaeger \

0 commit comments

Comments
 (0)