Skip to content

Commit

Permalink
Fx
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi committed Feb 5, 2025
1 parent 9362ec9 commit 4f4e876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flux/chain/subgraph/subgraph-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
- -c
- |
echo "Waiting for IPFS to be ready..."
while ! wget -qO- http://ipfs.chain.svc.cluster.local:5001/api/v0/id >/dev/null; do
while ! wget -qO- --post-data="" http://ipfs.chain.svc.cluster.local:5001/api/v0/id >/dev/null; do
echo "Still waiting for IPFS..."
sleep 5
done
Expand Down

0 comments on commit 4f4e876

Please sign in to comment.