Skip to content

Commit 2e0c5b6

Browse files
authored
fix: revert default secret lifetime to 1 day (#802)
1 parent eb24d63 commit 2e0c5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/crd/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ pub struct KafkaConfig {
439439

440440
impl KafkaConfig {
441441
// Auto TLS certificate lifetime
442-
const DEFAULT_BROKER_SECRET_LIFETIME: Duration = Duration::from_days_unchecked(7);
442+
const DEFAULT_BROKER_SECRET_LIFETIME: Duration = Duration::from_days_unchecked(1);
443443

444444
pub fn default_config(cluster_name: &str, role: &KafkaRole) -> KafkaConfigFragment {
445445
KafkaConfigFragment {

0 commit comments

Comments
 (0)