mirror of https://github.com/grafana/grafana.git
remove kubectl info
This commit is contained in:
parent
1d78474a1e
commit
b810930f1f
|
@ -19,9 +19,7 @@ const featureIni = `# In your custom.ini file
|
||||||
[feature_toggles]
|
[feature_toggles]
|
||||||
provisioning = true
|
provisioning = true
|
||||||
kubernetesDashboards = true ; use k8s from browser
|
kubernetesDashboards = true ; use k8s from browser
|
||||||
|
`;
|
||||||
# If you want easy kubectl setup development mode
|
|
||||||
grafanaAPIServerEnsureKubectlAccess = true`;
|
|
||||||
|
|
||||||
const ngrokExample = `ngrok http 3000
|
const ngrokExample = `ngrok http 3000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue