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 44f822a commit 16aedcdCopy full SHA for 16aedcd
rust/crd/src/lib.rs
@@ -420,7 +420,7 @@ pub struct NifiConfig {
420
421
impl NifiConfig {
422
// Auto TLS certificate lifetime
423
- const DEFAULT_NODE_SECRET_LIFETIME: Duration = Duration::from_days_unchecked(7);
+ const DEFAULT_NODE_SECRET_LIFETIME: Duration = Duration::from_days_unchecked(1);
424
425
pub fn default_config(cluster_name: &str, role: &NifiRole) -> NifiConfigFragment {
426
NifiConfigFragment {
0 commit comments