Skip to content

Commit

Permalink
fix: current constellation version is broken, add temporary patch
Browse files Browse the repository at this point in the history
until its fixed
  • Loading branch information
revoltez committed Jan 2, 2024
1 parent 58bfd9c commit 7209591
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/constellation/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ echo 'CONSTELLATION_PATH='$CONSTELLATION_PATH

( cd $CONSTELLATION_PATH; constellation mini up || true )

kubectl patch -n kube-system configmap ip-masq-agent --type merge -p '{"data":{"config": "{\"masqLinkLocal\":true,\"nonMasqueradeCIDRs\":[]}"}}'
kubectl rollout restart -n kube-system daemonset cilium
kubectl delete pod -l k8s-app=join-service -n kube-system

## 1.0: Deploy contracts to anvil ##

helmfile apply -l name=eth
Expand Down

0 comments on commit 7209591

Please sign in to comment.