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 b3933f3 commit d2518b7Copy full SHA for d2518b7
rust/crd/src/security.rs
@@ -204,7 +204,7 @@ impl DruidTlsSecurity {
204
.with_node_scope()
205
.with_format(SecretFormat::TlsPkcs12)
206
.with_tls_pkcs12_password(TLS_STORE_PASSWORD)
207
- .with_auto_tls_cert_lifetime(requested_secret_lifetime)
+ .with_auto_tls_cert_lifetime(*requested_secret_lifetime)
208
.build()
209
.context(SecretVolumeBuildSnafu)?,
210
)
0 commit comments