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 be23623 commit 82ed552Copy full SHA for 82ed552
rust/crd/src/security.rs
@@ -191,7 +191,7 @@ impl DruidTlsSecurity {
191
prepare: &mut ContainerBuilder,
192
druid: &mut ContainerBuilder,
193
pod: &mut PodBuilder,
194
- requested_secret_lifetime: Duration,
+ requested_secret_lifetime: &Duration,
195
) -> Result<(), Error> {
196
// `ResolvedAuthenticationClasses::validate` already checked that the tls AuthenticationClass
197
// uses the same SecretClass as the Druid server itself.
0 commit comments