From 98971eb1b7f37d659b47a9ace29aabeef0cf1fa4 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sat, 22 Aug 2026 13:29:35 +1000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab52993 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# waitfordb + +A small Go tool, shipped as a container image, used as a Kubernetes initContainer to block an app from starting until its database is ready. \ No newline at end of file