Skip to content

Commit

Permalink
fix: use eth-execution label (#11713)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch authored Feb 4, 2025
1 parent 08e96fe commit d3c31d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devnet-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
port_forward_pids+=($!)
# port-forward directly to the pod because the Eth node does not have a service definition
ETH_POD_NAME=$(kubectl get pods -n $NAMESPACE -l app=ethereum -o jsonpath='{.items[0].metadata.name}')
ETH_POD_NAME=$(kubectl get pods -n $NAMESPACE -l app=eth-execution -o jsonpath='{.items[0].metadata.name}')
kubectl port-forward -n $NAMESPACE pod/$ETH_POD_NAME $ETHEREUM_PORT &>/dev/null &
port_forward_pids+=($!)
Expand Down

0 comments on commit d3c31d8

Please sign in to comment.