mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Confirmed end-to-end tonight: condition=Ready correctly times out every cycle since Vault can't be Ready while sealed (the unseal step comes right after this wait) - harmless via the existing || true fallback, but wastes up to 2 minutes per restore cycle waiting on a condition that can never be met at this point. Poll for the container process merely being started instead. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>