We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fcf00 commit 18c1acaCopy full SHA for 18c1aca
rust/crd/src/roles.rs
@@ -126,7 +126,7 @@ pub struct RoleConfig {
126
pub affinity: StackableAffinity,
127
128
/// 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.
+ /// This can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
130
#[fragment_attrs(serde(default))]
131
pub requested_secret_lifetime: Option<Duration>,
132
}
0 commit comments