Merge "Disable Kubernetes application audit via config option."

This commit is contained in:
Zuul 2024-10-22 12:41:22 +00:00 committed by Gerrit Code Review
commit 4587bc0fd8

View File

@ -67,6 +67,7 @@ class platform::sysinv
sysinv_config {
'app_framework/fluxcd_hr_reconcile_check_delay': value => 60;
'app_framework/missing_auto_update': value => true;
'app_framework/skip_k8s_application_audit': value => false;
}
}