Skip to content
Snippets Groups Projects
Commit 4e4a49f3 authored by Frederic Branczyk's avatar Frederic Branczyk Committed by GitHub
Browse files

Merge pull request #1445 from dimm0/patch-1

Added section about grafana config
parents 1d5623d4 8601fb7b
No related branches found
Tags 37.174.2
No related merge requests found
......@@ -154,6 +154,19 @@ A hidden `_config` field is located at the top level of the object this library
}
```
The grafana definition is located in a different project (https://github.com/brancz/kubernetes-grafana), but needed configuration can be customized from the same file. F.e. to allow anonymous access to grafana, add the `_config` section:
```
grafana+:: {
config: {
sections: {
"auth.anonymous": {enabled: true},
},
},
},
```
## Customization
Jsonnet is a turing complete language, any logic can be reflected in it. It also has powerful merge functionalities, allowing sophisticated customizations of any kind simply by merging it into the object the library provides.
......
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