Skip to content

Commit 82ed552

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

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
@@ -191,7 +191,7 @@ impl DruidTlsSecurity {
191191
prepare: &mut ContainerBuilder,
192192
druid: &mut ContainerBuilder,
193193
pod: &mut PodBuilder,
194-
requested_secret_lifetime: Duration,
194+
requested_secret_lifetime: &Duration,
195195
) -> Result<(), Error> {
196196
// `ResolvedAuthenticationClasses::validate` already checked that the tls AuthenticationClass
197197
// uses the same SecretClass as the Druid server itself.

0 commit comments

Comments
 (0)