Skip to content

Commit 6132012

Browse files
use local
Signed-off-by: chahat sagar <[email protected]>
1 parent 98fd199 commit 6132012

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 clean
135+
bash ./deploy-all.sh local
136136

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

0 commit comments

Comments
 (0)