Skip to content

Commit ad277a7

Browse files
razvansbernauer
andauthored
Update rust/crd/src/lib.rs
Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent d313a45 commit ad277a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust/crd/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,8 @@ pub struct HbaseConfig {
415415
#[fragment_attrs(serde(default))]
416416
pub graceful_shutdown_timeout: Option<Duration>,
417417

418-
/// Request secret (currently only auto certificates) lifetime from the secret operator.
418+
/// Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`.
419+
/// Please note that this can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
419420
#[fragment_attrs(serde(default))]
420421
pub requested_secret_lifetime: Option<Duration>,
421422
}

0 commit comments

Comments
 (0)