chore: a drop-in replacement for FeatureToggles.IsEnabledGlobally in app settings (#113449)

This commit is contained in:
Denis Vodopianov
2025-12-18 13:10:30 -05:00
committed by GitHub
parent 051cdaad0d
commit 26ce2c09d7
3 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ func ProvideAppInstallers(
if features.IsEnabledGlobally(featuremgmt.FlagKubernetesLogsDrilldown) {
installers = append(installers, logsdrilldownAppInstaller)
}
//nolint:staticcheck
//nolint:staticcheck // not yet migrated to OpenFeature
if features.IsEnabledGlobally(featuremgmt.FlagKubernetesAnnotations) {
installers = append(installers, annotationAppInstaller)
}