Merge pull request #2349 from squat/tightenrole

contrib/kube-prometheus: remove node role
This commit is contained in:
Matthias Loibl
2019-01-28 15:57:19 +01:00
committed by GitHub
3 changed files with 1 additions and 5 deletions

View File

@@ -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',