Skip to content

Commit

Permalink
Replaces nc wait with curl wait
Browse files Browse the repository at this point in the history
  • Loading branch information
CollectiveUnicorn committed Aug 2, 2024
1 parent 2829b41 commit 4a30a4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/supabase/bitnami-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ realtime:
- -c
- >-
echo "Waiting for supabase-realtime to be ready...";
until nc -z localhost 9999; do sleep 1; done;
echo "supabase-realtime is ready. Sending curl request...";
curl --insecure -L -X POST
curl --max-time 60 --insecure -L -X POST
-H "Content-Type: application/json"
-H "Authorization: Bearer $SUPABASE_SERVICE_KEY"
-H "apiKey: $SUPABASE_SERVICE_KEY"
Expand Down

0 comments on commit 4a30a4b

Please sign in to comment.