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 18c1aca commit b8d2b98Copy full SHA for b8d2b98
rust/crd/src/roles.rs
@@ -216,6 +216,7 @@ pub struct SubmitConfig {
216
pub resources: Resources<SparkStorageConfig, NoRuntimeLimits>,
217
#[fragment_attrs(serde(default, flatten))]
218
pub volume_mounts: Option<VolumeMounts>,
219
+
220
/// Request secret (currently only autoTls certificates) lifetime from the secret operator, e.g. `7d`, or `30d`.
221
/// This can be shortened by the `maxCertificateLifetime` setting on the SecretClass issuing the TLS certificate.
222
#[fragment_attrs(serde(default))]
0 commit comments