diff --git a/pkg/registry/apps/apps.go b/pkg/registry/apps/apps.go index 22b1dfd3339..2fe7498f6dc 100644 --- a/pkg/registry/apps/apps.go +++ b/pkg/registry/apps/apps.go @@ -59,6 +59,7 @@ func ProvideAppInstallers( if features.IsEnabledGlobally(featuremgmt.FlagKubernetesCorrelations) { installers = append(installers, correlationsAppInstaller) } + //nolint:staticcheck // not yet migrated to OpenFeature if features.IsEnabledGlobally(featuremgmt.FlagKubernetesHistory) { installers = append(installers, historyAppInstaller) }