mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-28 20:06:37 +00:00
Backups stuck in New state have no Status.Expiration yet. The CLI was estimating expiration from CreationTimestamp + TTL, which made long-queued backups appear already expired. Fixes #3555 Signed-off-by: PranjalManhgaye <manhgayepranjal@gmail.com>