Skip to content
Snippets Groups Projects
Commit fd697ffb authored by Lucas Serven's avatar Lucas Serven
Browse files

contrib/kube-prometheus: remove node role

This commit removes get/list/watch on nodes for the Prometheus-k8s
instance, as Prometheus pods do not need that privilege for anything.
parent d4ce8320
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,6 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
local coreRule = policyRule.new() +
policyRule.withApiGroups(['']) +
policyRule.withResources([
'nodes',
'services',
'endpoints',
'pods',
......
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