Git Sync: remove grafanaAPIServerEnsureKubectlAccess from required toggles (#105296)

remove grafanaAPIServerEnsureKubectlAccess
This commit is contained in:
Artur Wierzbicki
2025-05-12 17:44:12 +00:00
committed by GitHub
parent 54f6c4ffba
commit 9c2f7212f7
2 changed files with 0 additions and 6 deletions
@@ -80,9 +80,6 @@ The values that you enter for the `permitted_provisioning_paths` become the base
[feature_toggles]
provisioning = true
kubernetesDashboards = true ; use k8s from browser
# If you want easy kubectl setup development mode
grafanaAPIServerEnsureKubectlAccess = true
```
1. Locate or add a `[paths]` section. To add more than one location, use the pipe character (`|`) to separate the paths. The list should not include empty paths or trailing pipes. Add these values:
@@ -72,9 +72,6 @@ To enable the required feature toggles, add them to your Grafana configuration f
[feature_toggles]
provisioning = true
kubernetesDashboards = true ; use k8s from browser
# If you want easy kubectl setup development mode
grafanaAPIServerEnsureKubectlAccess = true
```
1. Save the changes to the file and restart Grafana.