Skip to content
Snippets Groups Projects
Commit 5ce01117 authored by Purandare, Aditya's avatar Purandare, Aditya
Browse files

Add a clear warning, remove admin API from jsonnet example

parent 95771caf
No related branches found
No related tags found
No related merge requests found
local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + { local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + {
_config+:: { _config+:: {
namespace: 'monitoring', namespace: 'monitoring',
}, }
prometheus+:: {
name: 'k8s',
enableAdminAPI: 'true',
},
}; };
{ ['00namespace-' + name]: kp.kubePrometheus[name] for name in std.objectFields(kp.kubePrometheus) } + { ['00namespace-' + name]: kp.kubePrometheus[name] for name in std.objectFields(kp.kubePrometheus) } +
......
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