Skip to content
Snippets Groups Projects
Commit 35c90355 authored by Joshua Olson's avatar Joshua Olson
Browse files

kube-prometheus: add link to grafana config

parent ae619631
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ These are the available fields with their respective default values:
The grafana definition is located in a different project (https://github.com/brancz/kubernetes-grafana), but needed configuration can be customized from the same top level `_config` field. For example to allow anonymous access to grafana, add the following `_config` section:
```
grafana+:: {
config: {
config: { // http://docs.grafana.org/installation/configuration/
sections: {
"auth.anonymous": {enabled: true},
},
......
......@@ -10,7 +10,7 @@ local kp =
config: importstr 'alertmanager-config.yaml',
},
grafana+:: {
config: {
config: { // http://docs.grafana.org/installation/configuration/
sections: {
// Do not require grafana users to login/authenticate
"auth.anonymous": {enabled: true},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment