K8s/Storage: Deprecate StorageTypeLegacy (#98096)

This commit is contained in:
Ryan McKinley
2024-12-17 17:00:35 +03:00
committed by GitHub
parent 8188d623c8
commit a01878332a
6 changed files with 18 additions and 9 deletions
@@ -22,7 +22,6 @@ import (
"github.com/grafana/grafana/pkg/expr"
"github.com/grafana/grafana/pkg/infra/db"
"github.com/grafana/grafana/pkg/infra/tracing"
"github.com/grafana/grafana/pkg/services/apiserver/options"
apimodels "github.com/grafana/grafana/pkg/services/ngalert/api/tooling/definitions"
ngmodels "github.com/grafana/grafana/pkg/services/ngalert/models"
ngstore "github.com/grafana/grafana/pkg/services/ngalert/store"
@@ -702,7 +701,6 @@ func TestIntegrationDeleteFolderWithRules(t *testing.T) {
DisableAnonymous: true,
ViewersCanEdit: true,
AppModeProduction: true,
APIServerStorageType: options.StorageTypeLegacy,
}
// Setup Grafana and its Database