diff --git a/flux/chain/subgraph/subgraph-deploy.yml b/flux/chain/subgraph/subgraph-deploy.yml index 5488490..0aa673a 100644 --- a/flux/chain/subgraph/subgraph-deploy.yml +++ b/flux/chain/subgraph/subgraph-deploy.yml @@ -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