diff --git a/rust/operator-binary/src/backend/tls/mod.rs b/rust/operator-binary/src/backend/tls/mod.rs index adcbda4b..af6261a1 100644 --- a/rust/operator-binary/src/backend/tls/mod.rs +++ b/rust/operator-binary/src/backend/tls/mod.rs @@ -95,7 +95,7 @@ pub enum Error { InvalidCertLifetime { source: DateTimeOutOfBoundsError }, #[snafu(display( - "certificate expiring at {expires_at} would schedule the pod to be restarted at {restart_at}, which is in the past (and we don't have a time machine (yet))" + "certificate expiring at {expires_at} would schedule the pod to be restarted at {restart_at}, which is in the past (and we don't have a time machine (yet and/or anymore))" ))] TooShortCertLifetimeRequiresTimeTravel { expires_at: OffsetDateTime,