Skip to content

Commit 18c1aca

Browse files
razvansbernauer
andauthored
Update rust/crd/src/roles.rs
Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 48fcf00 commit 18c1aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/crd/src/roles.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pub struct RoleConfig {
126126
pub affinity: StackableAffinity,
127127

128128
/// Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`.
129-
/// That this can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
129+
/// This can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
130130
#[fragment_attrs(serde(default))]
131131
pub requested_secret_lifetime: Option<Duration>,
132132
}

0 commit comments

Comments
 (0)