K8s: Remove grafanaAPIServer feature toggle (#81030)
This commit is contained in:
@@ -23,7 +23,6 @@ func TestExampleApp(t *testing.T) {
|
||||
AppModeProduction: false, // required for experimental APIs
|
||||
DisableAnonymous: true,
|
||||
EnableFeatureToggles: []string{
|
||||
featuremgmt.FlagGrafanaAPIServer,
|
||||
featuremgmt.FlagGrafanaAPIServerWithExperimentalAPIs, // Required to start the example service
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user