Skip to content

Commit

Permalink
[testing] Disable ModuleConfigObsoleteVersion warning
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Portnov <vladimir.portnov@flant.com>
  • Loading branch information
Taior committed Dec 6, 2024
1 parent fe855f8 commit 68cee20
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ allow_alerts=(
"CertmanagerCertificateExpiredSoon" # Same as above
"DeckhouseModuleUseEmptyDir" # TODO Need made split storage class
"D8EtcdExcessiveDatabaseGrowth" # It may trigger during bootstrap due to a sudden increase in resource count
"ModuleConfigObsoleteVersion" # Suppress false positive errors on old versions of modules
)

# In e2e tests with OS on older cores (AWS, Azure), ebpf_exporter does not initiliaze. Ignore this alerts
Expand Down

0 comments on commit 68cee20

Please sign in to comment.