mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:02:42 +08:00
K8s/Dashboards: Delegate large objects to blob store (#94943)
This commit is contained in:
@ -176,7 +176,7 @@ func testSetup(t testing.TB, opts ...setupOption) (context.Context, storage.Inte
|
||||
storage.DefaultNamespaceScopedAttr,
|
||||
make(map[string]storage.IndexerFunc, 0),
|
||||
nil,
|
||||
LargeObjectSupportDisabled,
|
||||
StorageOptions{},
|
||||
)
|
||||
if err != nil {
|
||||
return nil, nil, nil, err
|
||||
|
Reference in New Issue
Block a user