FS: Remove multiTenantFrontend flag (#110776)

* FS: Move multiTenantFrontend evaluation to OpenFeature

* comment

* actually, just remove the toggle

* fix k8s prefs test using toggle

* replace frontend flag usage

* codeowners

* move isFrontendService just into core

* put back comment
This commit is contained in:
Josh Hunt
2025-09-09 09:39:29 +00:00
committed by GitHub
parent 7651b7b77e
commit 4e05bb36f2
17 changed files with 30 additions and 31 deletions
+1 -1
View File
@@ -252,7 +252,7 @@
const rawBootData = await loadBootData();
window.grafanaBootData = {
_femt: true,
_femt: true, // isFrontendService() needs this
...rawBootData,
}