Skip to content
Snippets Groups Projects
Commit 6faecd63 authored by Matthias Loibl's avatar Matthias Loibl Committed by Lili Cosic
Browse files

Bump kube-state-metrics to 1.7.0-rc.1 and add storageclass rules

parent 7d6183a9
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
},
versions+:: {
kubeStateMetrics: 'v1.6.0',
kubeStateMetrics: 'v1.7.0-rc.1',
kubeRbacProxy: 'v0.4.1',
addonResizer: '1.8.4',
},
......@@ -125,6 +125,12 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
]) +
rulesType.withVerbs(['list', 'watch']),
rulesType.new() +
rulesType.withApiGroups(['storage.k8s.io']) +
rulesType.withResources([
'storageclass',
]) +
rulesType.withVerbs(['list', 'watch']),
];
clusterRole.new() +
......
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