Skip to content

Commit 57cb4f3

Browse files
authored
Clarify temporal uncertainty regarding time machines (#611)
1 parent 82ed930 commit 57cb4f3

File tree

1 file changed

+1
-1
lines changed
  • rust/operator-binary/src/backend/tls

1 file changed

+1
-1
lines changed

rust/operator-binary/src/backend/tls/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub enum Error {
9595
InvalidCertLifetime { source: DateTimeOutOfBoundsError },
9696

9797
#[snafu(display(
98-
"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))"
98+
"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))"
9999
))]
100100
TooShortCertLifetimeRequiresTimeTravel {
101101
expires_at: OffsetDateTime,

0 commit comments

Comments
 (0)