Skip to content

Commit d2518b7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/crd/src/security.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ impl DruidTlsSecurity {
204204
.with_node_scope()
205205
.with_format(SecretFormat::TlsPkcs12)
206206
.with_tls_pkcs12_password(TLS_STORE_PASSWORD)
207-
.with_auto_tls_cert_lifetime(requested_secret_lifetime)
207+
.with_auto_tls_cert_lifetime(*requested_secret_lifetime)
208208
.build()
209209
.context(SecretVolumeBuildSnafu)?,
210210
)

0 commit comments

Comments
 (0)