Add prometheus admin flag feature to helm, kube-prometheus and jsonnet files

This commit is contained in:
Purandare, Aditya
2019-01-16 01:36:32 +05:30
parent 682809c0fb
commit e3b989ccd3
6 changed files with 16 additions and 0 deletions

View File

@@ -143,6 +143,8 @@ In order to update the kube-prometheus dependency, simply use the jsonnet-bundle
e.g. of how to compile the manifests: `./build.sh example.jsonnet`
> before compiling, install `gojsontoyaml` tool with `go get github.com/brancz/gojsontoyaml`
Here's [example.jsonnet](example.jsonnet):
[embedmd]:# (example.jsonnet)
@@ -279,6 +281,7 @@ These are the available fields with their respective default values:
names: 'k8s',
replicas: 2,
rules: {},
enableAdminApi: 'true',
},
alertmanager+:: {