Files
paperclip-adapter-opencode-k8s/paperclip-adapter-opencode-k8s-0.1.22.tgz
T
Chris Farhood 6accb424d4 fix: verify PVC exists after creation in ensureAgentDbPvc
Before creating a PVC, ensureAgentDbPvc checks if it exists and creates
it if not. However, the Kubernetes API may return a Success response
without actually creating the resource. This commit adds a verification
step after createPvc to confirm the PVC actually exists before returning.

Fixes FAR-84.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-25 21:28:29 +00:00

84 KiB