Skip to content

Commit

Permalink
fixup! bucket pre-create cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 17, 2024
1 parent b9a137c commit 090253e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cryostat-entrypoint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ envsubst '$CRYOSTAT_ACCESS_KEY $CRYOSTAT_SECRET_KEY' < /etc/seaweed_conf.templat

function waitForStartup() {
echo "cluster.check" | timeout "${BUCKET_CREATION_STARTUP_SECONDS:-30}"s weed shell 1>/dev/null 2>/dev/null || true
sleep "${BUCKET_CREATION_DELAY_SECONDS:-5}"
}

function createBucket() {
Expand Down

0 comments on commit 090253e

Please sign in to comment.