mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-17 09:06:21 +10:00
Truncating the time to the second did not seem to be enough. Some CI builds would fail due to the truncation yielding different times. Instead of truncating, I propose to use a delta of 1 second. Signed-off-by: Maël Valais <mael@vls.dev>