act: say when the blob plane went unproven #31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "blob-say"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
hoard only builds a Vault when KEEL_S3 is set, so act 5 is skipped without it and guard still prints clean. That reads as "the blob plane passed" when it means "the blob plane did not run" — and it caught me this session: keel 0.3.0 changed Vault::open, codehull's guard went green, and the changed line had never executed. It took a manual run against MinIO to actually prove it. Now a run without KEEL_S3 says so. Same shape guard already uses for a missing helm ("helm absent: chart lint stays a local gate"), and the same reason: a gate that cannot run should announce itself rather than disappear. Both paths checked — without KEEL_S3 it prints and stays clean, with MinIO on 9100 act 5's presigned upload and gated download still run. This matters going into the helm arc, where MinIO is part of what gets deployed.