FeatureToggles: Add dev only feature toggle for apiserver (#62726)

This commit is contained in:
Ryan McKinley
2023-02-01 12:28:19 -08:00
committed by GitHub
parent ba6500576b
commit d4f4a83574
4 changed files with 12 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ The following toggles require explicitly setting Grafana's [app mode]({{< relref
| `publicDashboardsEmailSharing` | Allows public dashboard sharing to be restricted to only allowed emails |
| `k8s` | Explore native k8s integrations |
| `k8sDashboards` | Save dashboards via k8s |
| `apiserver` | Add a k8s API server proxy |
| `dashboardsFromStorage` | Load dashboards from the generic storage interface |
| `export` | Export grafana instance (to git, etc) |
| `grpcServer` | Run GRPC server |