Skip to content

Commit 219bb40

Browse files
changes
Signed-off-by: chahat sagar <[email protected]>
1 parent 6132012 commit 219bb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/build-hotrod-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if [[ "${runtime}" == "k8s" ]]; then
132132
fi
133133

134134
echo '::group:: run on Kubernetes'
135-
bash ./deploy-all.sh local
135+
bash ./examples/oci/deploy-all.sh local
136136

137137
kubectl port-forward svc/jaeger-hotrod 8080:80 &
138138
HOTROD_PORT_FWD_PID=$!

0 commit comments

Comments
 (0)