Files
kube-prometheus/jsonnet/kube-prometheus/kube-prometheus-all-namespaces.libsonnet
Kemal Akkoyun 8d8c45c4dd Remove ksonnet from kube-prometheus
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-16 09:12:00 +01:00

12 lines
201 B
Jsonnet

{
prometheus+:: {
clusterRole+: {
rules+: [{
apiGroups: [''],
resources: ['services', 'endpoints', 'pods'],
verbs: ['get', 'list', 'watch'],
}],
},
},
}