Skip to content

Commit

Permalink
Merge pull request #193 from cita-cloud/fix_port_forward
Browse files Browse the repository at this point in the history
use env NAMESPACE in port_forward.sh
  • Loading branch information
rink1969 authored Jun 4, 2024
2 parents 66a3fab + 9035144 commit f046448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port_forward.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

while :
do
kubectl port-forward -n cita pod/$CHAIN_NAME-node0-0 50004 50002
kubectl port-forward -n $NAMESPACE pod/$CHAIN_NAME-node0-0 50004 50002
done

0 comments on commit f046448

Please sign in to comment.