Skip to content

Commit

Permalink
use env NAMESPACE in port_forward.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rink1969 committed Jun 4, 2024
1 parent 66a3fab commit 9035144
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 9035144

Please sign in to comment.